ExodusII  6.05

constants that are used as netcdf dimensions must be of type long More...

Modules

 Structures used by external API functions.
 

Macros

#define MAX_STR_LENGTH   32L
 
#define MAX_NAME_LENGTH   MAX_STR_LENGTH
 
#define MAX_LINE_LENGTH   80L
 
#define MAX_ERR_LENGTH   256
 

Typedefs

typedef int64_t ex_entity_id
 
typedef void void_int
 

Detailed Description

constants that are used as netcdf dimensions must be of type long

Macro Definition Documentation

◆ MAX_ERR_LENGTH

#define MAX_ERR_LENGTH   256

Maximum length of an error message passed to ex_err() function. Typically, internal use only

◆ MAX_LINE_LENGTH

#define MAX_LINE_LENGTH   80L

Maximum length of the database title or an information record

◆ MAX_NAME_LENGTH

#define MAX_NAME_LENGTH   MAX_STR_LENGTH

Maximum length of an entity name, attribute name, variable name

◆ MAX_STR_LENGTH

#define MAX_STR_LENGTH   32L

Maximum length of QA record, element type name

Typedef Documentation

◆ ex_entity_id

typedef int64_t ex_entity_id

Specifies that this argument is the id of an entity: element block, nodeset, sideset, ...

◆ void_int

typedef void void_int

The mechanism for passing double/float and int/int64_t both use a void*; to avoid some confusion as to whether a function takes an integer or a float/double, the following typedef is used for the integer argument