#include <exodusII.h>
Public Attributes | |
void_int * | edge_blk_id |
char ** | edge_type |
int * | num_edge_this_blk |
int * | num_nodes_per_edge |
int * | num_attr_edge |
void_int * | face_blk_id |
char ** | face_type |
int * | num_face_this_blk |
int * | num_nodes_per_face |
int * | num_attr_face |
void_int * | elem_blk_id |
char ** | elem_type |
int * | num_elem_this_blk |
int * | num_nodes_per_elem |
int * | num_edges_per_elem |
int * | num_faces_per_elem |
int * | num_attr_elem |
int | define_maps |
Definition at line 302 of file exodusII.h.
int ex_block_params::define_maps |
Definition at line 320 of file exodusII.h.
void_int* ex_block_params::edge_blk_id |
Definition at line 303 of file exodusII.h.
char** ex_block_params::edge_type |
Definition at line 304 of file exodusII.h.
void_int* ex_block_params::elem_blk_id |
Definition at line 313 of file exodusII.h.
char** ex_block_params::elem_type |
Definition at line 314 of file exodusII.h.
void_int* ex_block_params::face_blk_id |
Definition at line 308 of file exodusII.h.
char** ex_block_params::face_type |
Definition at line 309 of file exodusII.h.
int* ex_block_params::num_attr_edge |
Definition at line 307 of file exodusII.h.
int* ex_block_params::num_attr_elem |
Definition at line 319 of file exodusII.h.
int* ex_block_params::num_attr_face |
Definition at line 312 of file exodusII.h.
int* ex_block_params::num_edge_this_blk |
Definition at line 305 of file exodusII.h.
int* ex_block_params::num_edges_per_elem |
Definition at line 317 of file exodusII.h.
int* ex_block_params::num_elem_this_blk |
Definition at line 315 of file exodusII.h.
int* ex_block_params::num_face_this_blk |
Definition at line 310 of file exodusII.h.
int* ex_block_params::num_faces_per_elem |
Definition at line 318 of file exodusII.h.
int* ex_block_params::num_nodes_per_edge |
Definition at line 306 of file exodusII.h.
int* ex_block_params::num_nodes_per_elem |
Definition at line 316 of file exodusII.h.
int* ex_block_params::num_nodes_per_face |
Definition at line 311 of file exodusII.h.