ExodusII 6.05
|
Topics | |
maximum string lengths; | |
Macros | |
#define | EX_INVALID_ID -1 |
Typedefs | |
typedef enum ex_option_type | ex_option_type |
typedef enum ex_entity_type | ex_entity_type |
typedef enum ex_options | ex_options |
Enumerations | |
enum | ex_option_type { EX_OPT_MAX_NAME_LENGTH = 1 , EX_OPT_COMPRESSION_TYPE , EX_OPT_COMPRESSION_LEVEL , EX_OPT_COMPRESSION_SHUFFLE , EX_OPT_INTEGER_SIZE_API , EX_OPT_INTEGER_SIZE_DB } |
enum | ex_entity_type { EX_NODAL = 14 , EX_NODE_BLOCK = 14 , EX_NODE_SET = 2 , EX_EDGE_BLOCK = 6 , EX_EDGE_SET = 7 , EX_FACE_BLOCK = 8 , EX_FACE_SET = 9 , EX_ELEM_BLOCK = 1 , EX_ELEM_SET = 10 , EX_SIDE_SET = 3 , EX_ELEM_MAP = 4 , EX_NODE_MAP = 5 , EX_EDGE_MAP = 11 , EX_FACE_MAP = 12 , EX_GLOBAL = 13 , EX_COORDINATE = 15 , EX_INVALID = -1 } |
enum | ex_options { EX_DEFAULT = 0 , EX_VERBOSE = 1 , EX_DEBUG = 2 , EX_ABORT = 4 , EX_NULLVERBOSE = 8 } |
#define EX_INVALID_ID -1 |
The value used to indicate that an entity (block, nset, sset) has not had its id set to a valid value
typedef enum ex_entity_type ex_entity_type |
typedef enum ex_option_type ex_option_type |
typedef enum ex_options ex_options |
enum ex_entity_type |
enum ex_option_type |
Enumerator | |
---|---|
EX_OPT_MAX_NAME_LENGTH | |
EX_OPT_COMPRESSION_TYPE | |
EX_OPT_COMPRESSION_LEVEL | |
EX_OPT_COMPRESSION_SHUFFLE | |
EX_OPT_INTEGER_SIZE_API | |
EX_OPT_INTEGER_SIZE_DB |
enum ex_options |
ex_opts() function codes - codes are OR'ed into exopts
Enumerator | |
---|---|
EX_DEFAULT | |
EX_VERBOSE | verbose mode message flag |
EX_DEBUG | debug mode def |
EX_ABORT | abort mode flag def |
EX_NULLVERBOSE | verbose mode for null entity detection warning |