Struct t8_forest_netcdf_context_t
Defined in File t8_forest_netcdf.cxx
Struct Documentation
-
struct t8_forest_netcdf_context_t
This struct contains all Variables used in order to work with the NetCDF-File
Public Members
-
const char *filename
The file name.
-
const char *filetitle
The file title.
-
int dim
The number of spatial dimensions.
-
t8_gloidx_t nMesh_elem
The number of mesh elements.
-
t8_gloidx_t nMesh_node
The number of mesh nodes.
-
t8_gloidx_t nMesh_local_node
The number of local nodes in the cmesh
-
int nMaxMesh_elem_nodes
The maximum number of nodes per element
-
int nMesh_elem_dimid
The NetCDF-dimension id for the number of elements
-
int nMaxMesh_elem_nodes_dimid
The NetCDF-dimension id for the maximum number of nodes per element
-
int nMesh_node_dimid
The NetCDF-dimension id for the number of nodes
-
int ncid
The NetCDF-file id
-
int var_elem_tree_id
The NetCDF-variable id for the element tree id
-
int var_elem_types_id
The NetCDF-variable id for the element types
-
int var_elem_nodes_id
The NetCDF-variable id for the element nodes
-
int var_mesh_id
The NetCDF-variable id for the mesh
-
int var_node_x_id
The NetCDF-variable id for the x-coordinates of the nodes
-
int var_node_y_id
The NetCDF-variable id for the y-coordinates of the nodes
-
int var_node_z_id
The NetCDF-variable id for the z-coordinates of the nodes
-
int dimids[2]
contains two NetCDF-dimensions in order to declare two-dimensional NetCDF-variables
-
t8_nc_int32_t fillvalue32
The fill value for 32-bit integer variables
-
t8_nc_int64_t fillvalue64
The fill value for 64-bit integer variables
-
t8_nc_int32_t start_index
The start index for NetCDF-variables
-
const char *convention
The NetCDF-convention used (e.g., “UGRID”)
-
int netcdf_var_storage_mode
The storage mode for NetCDF-variables (e.g., “chunked”)
-
int netcdf_mpi_access
The MPI-access mode for NetCDF (e.g., “MPI-IO”)
-
int old_fill_mode
The old NetCDF-FillMode if it gets changed
-
const char *filename