|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <sys/types.h>Macros | |
| #define | EX_GET_IDS_STATUS(TNAME, NUMVAR, DNAME, DID, DVAL, VIDS, EIDS, VSTAT, VSTATVAL) |
| #define | EX_DEFINE_VARS(TID, STNAME, TNAME, NUMVAR, DNAME, DID1, DID2, DVAL, VIDS, VNOV, VTV, VSTATVAL, VTABVAL, VTABVAR) |
Functions | |
| static int | define_dimension (int exoid, const char *DIMENSION, int count, const char *label, int *dimid) |
| static int | define_variable_name_variable (int exoid, const char *VARIABLE, int dimension, const char *label) |
| static int * | get_status_array (int exoid, int var_count, const char *VARIABLE, const char *label) |
| static int | put_truth_table (int exoid, int varid, int *table, const char *label) |
| static int | define_truth_table (ex_entity_type obj_type, int exoid, int num_ent, int num_var, int *var_tab, int *status_tab, void_int *ids, const char *label) |
| int | ex_put_all_var_param_ext (int exoid, const ex_var_params *vp) |
| #define EX_DEFINE_VARS | ( | TID, | |
| STNAME, | |||
| TNAME, | |||
| NUMVAR, | |||
| DNAME, | |||
| DID1, | |||
| DID2, | |||
| DVAL, | |||
| VIDS, | |||
| VNOV, | |||
| VTV, | |||
| VSTATVAL, | |||
| VTABVAL, | |||
| VTABVAR | |||
| ) |
| #define EX_GET_IDS_STATUS | ( | TNAME, | |
| NUMVAR, | |||
| DNAME, | |||
| DID, | |||
| DVAL, | |||
| VIDS, | |||
| EIDS, | |||
| VSTAT, | |||
| VSTATVAL | |||
| ) |
|
static |
|
static |
|
static |
| int ex_put_all_var_param_ext | ( | int | exoid, |
| const ex_var_params * | vp | ||
| ) |
writes the number of global, nodal, element, nodeset, and sideset variables that will be written to the database
| exoid | exodus file id |
| *vp | pointer to variable parameter info |
|
static |
|
static |