#include <exodusII.h>
Public Attributes | |
char | title [MAX_LINE_LENGTH+1] |
int64_t | num_dim |
int64_t | num_nodes |
int64_t | num_edge |
int64_t | num_edge_blk |
int64_t | num_face |
int64_t | num_face_blk |
int64_t | num_elem |
int64_t | num_elem_blk |
int64_t | num_node_sets |
int64_t | num_edge_sets |
int64_t | num_face_sets |
int64_t | num_side_sets |
int64_t | num_elem_sets |
int64_t | num_node_maps |
int64_t | num_edge_maps |
int64_t | num_face_maps |
int64_t | num_elem_maps |
Definition at line 260 of file exodusII.h.
int64_t ex_init_params::num_dim |
Definition at line 262 of file exodusII.h.
int64_t ex_init_params::num_edge |
Definition at line 264 of file exodusII.h.
int64_t ex_init_params::num_edge_blk |
Definition at line 265 of file exodusII.h.
int64_t ex_init_params::num_edge_maps |
Definition at line 276 of file exodusII.h.
int64_t ex_init_params::num_edge_sets |
Definition at line 271 of file exodusII.h.
int64_t ex_init_params::num_elem |
Definition at line 268 of file exodusII.h.
int64_t ex_init_params::num_elem_blk |
Definition at line 269 of file exodusII.h.
int64_t ex_init_params::num_elem_maps |
Definition at line 278 of file exodusII.h.
int64_t ex_init_params::num_elem_sets |
Definition at line 274 of file exodusII.h.
int64_t ex_init_params::num_face |
Definition at line 266 of file exodusII.h.
int64_t ex_init_params::num_face_blk |
Definition at line 267 of file exodusII.h.
int64_t ex_init_params::num_face_maps |
Definition at line 277 of file exodusII.h.
int64_t ex_init_params::num_face_sets |
Definition at line 272 of file exodusII.h.
int64_t ex_init_params::num_node_maps |
Definition at line 275 of file exodusII.h.
int64_t ex_init_params::num_node_sets |
Definition at line 270 of file exodusII.h.
int64_t ex_init_params::num_nodes |
Definition at line 263 of file exodusII.h.
int64_t ex_init_params::num_side_sets |
Definition at line 273 of file exodusII.h.
char ex_init_params::title[MAX_LINE_LENGTH+1] |
Definition at line 261 of file exodusII.h.