27 #ifndef T8_FOREST_NETCDF_H
28 #define T8_FOREST_NETCDF_H
31 #include <t8_netcdf.h>
46 const char *file_prefix,
47 const char *file_title,
int dim,
48 int num_extern_netcdf_vars,
66 const char *file_prefix,
67 const char *file_title,
69 int num_extern_netcdf_vars,
73 int netcdf_var_storage_mode,
74 int netcdf_var_mpi_access);
This structure is private to the implementation.
Definition: t8_forest_types.h:69
Definition: t8_netcdf.h:54
We define the forest of trees in this file.
void t8_forest_write_netcdf_ext(t8_forest_t forest, const char *file_prefix, const char *file_title, int dim, int num_extern_netcdf_vars, t8_netcdf_variable_t *ext_variables[], sc_MPI_Comm comm, int netcdf_var_storage_mode, int netcdf_var_mpi_access)
Creates a netCDF-4 file containing the (geometrical) information about the given forest mesh and addi...
Definition: t8_forest_netcdf.cxx:1146
void t8_forest_write_netcdf(t8_forest_t forest, const char *file_prefix, const char *file_title, int dim, int num_extern_netcdf_vars, t8_netcdf_variable_t *ext_variables[], sc_MPI_Comm comm)
Creates a netCDF-4 file containing the (geometrical) information about the given forest mesh and addi...
Definition: t8_forest_netcdf.cxx:1246