ExodusII 6.05
Loading...
Searching...
No Matches
Variables controlling the compression, name size, and integer size.

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
}
 

Detailed Description

Macro Definition Documentation

◆ EX_INVALID_ID

#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 Documentation

◆ ex_entity_type

◆ ex_option_type

◆ ex_options

typedef enum ex_options ex_options

Enumeration Type Documentation

◆ ex_entity_type

Enumerator
EX_NODAL 

nodal "block" for variables

EX_NODE_BLOCK 

alias for EX_NODAL

EX_NODE_SET 

node set property code

EX_EDGE_BLOCK 

edge block property code

EX_EDGE_SET 

edge set property code

EX_FACE_BLOCK 

face block property code

EX_FACE_SET 

face set property code

EX_ELEM_BLOCK 

element block property code

EX_ELEM_SET 

face set property code

EX_SIDE_SET 

side set property code

EX_ELEM_MAP 

element map property code

EX_NODE_MAP 

node map property code

EX_EDGE_MAP 

edge map property code

EX_FACE_MAP 

face map property code

EX_GLOBAL 

global "block" for variables

EX_COORDINATE 

kluge so some internal wrapper functions work

EX_INVALID 

◆ ex_option_type

See also
ex_set_option()
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 

◆ ex_options

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