ExodusII  5.15
Variables controlling the file creation mode.

Defines

#define EX_READ   0x0000
#define EX_WRITE   0x0001
#define EX_NOCLOBBER   0x0004
#define EX_CLOBBER   0x0008
#define EX_NORMAL_MODEL   0x0010
#define EX_LARGE_MODEL   0x0020
#define EX_NETCDF4   0x0040
#define EX_NOSHARE   0x0080
#define EX_SHARE   0x0100
#define EX_NOCLASSIC   0x0200
#define EX_MAPS_INT64_DB   0x0400
#define EX_IDS_INT64_DB   0x0800
#define EX_BULK_INT64_DB   0x1000
#define EX_ALL_INT64_DB   (EX_MAPS_INT64_DB|EX_IDS_INT64_DB|EX_BULK_INT64_DB)
#define EX_MAPS_INT64_API   0x2000
#define EX_IDS_INT64_API   0x4000
#define EX_BULK_INT64_API   0x8000
#define EX_INQ_INT64_API   0x10000
#define EX_ALL_INT64_API   (EX_MAPS_INT64_API|EX_IDS_INT64_API|EX_BULK_INT64_API|EX_INQ_INT64_API)

Define Documentation

#define EX_BULK_INT64_API   0x8000

All integer bulk data (local indices, counts, maps); not ids

#define EX_BULK_INT64_DB   0x1000

All integer bulk data (local indices, counts, maps); not ids

#define EX_CLOBBER   0x0008

Overwrite existing database if it exists

#define EX_IDS_INT64_API   0x4000

All entity ids (sets, blocks, maps) are int64_t values

#define EX_IDS_INT64_DB   0x0800

All entity ids (sets, blocks, maps) are int64_t values

#define EX_INQ_INT64_API   0x10000

Integers passed to/from ex_inquire are int64_t

#define EX_LARGE_MODEL   0x0020

enable mods that permit storage of larger models

#define EX_MAPS_INT64_API   0x2000

All maps (id, order, ...) store int64_t values

#define EX_MAPS_INT64_DB   0x0400

All maps (id, order, ...) store int64_t values

#define EX_NETCDF4   0x0040

use the hdf5-based netcdf4 output

#define EX_NOCLASSIC   0x0200

Do not force netcdf to classic mode in netcdf4 mode

#define EX_NOCLOBBER   0x0004

Don't overwrite existing database, default

#define EX_NORMAL_MODEL   0x0010

disable mods that permit storage of larger models

#define EX_NOSHARE   0x0080

Do not open netcdf file in "share" mode

#define EX_READ   0x0000

ex_open(): open file for reading (default)

#define EX_SHARE   0x0100

Do open netcdf file in "share" mode

#define EX_WRITE   0x0001

ex_open(): open existing file for appending.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines