|
Exodus
7.10
|
#include <exodusII.h>#include <exodusII_int.h>#include <netcdf.h>#include <stddef.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>Functions | |
| int | ex_leavedef (int exoid, const char *call_rout) |
| int | ne_id_lkup (int exoid, const char *ne_var_name, int64_t *idx, ex_entity_id ne_var_id) |
| int | ex_get_file_type (int exoid, char *ftype) |
| int | ex_put_nemesis_version (int exoid) |
| int | ne_check_file_version (int exoid) |
| int | ex_get_idx (int exoid, const char *ne_var_name, int64_t *my_index, int pos) |
Variables | |
| char * | ne_ret_string |
| int ex_get_file_type | ( | int | exoid, |
| char * | ftype | ||
| ) |
| int ex_get_idx | ( | int | exoid, |
| const char * | ne_var_name, | ||
| int64_t * | my_index, | ||
| int | pos | ||
| ) |
| int ex_leavedef | ( | int | exoid, |
| const char * | call_rout | ||
| ) |
| int ex_put_nemesis_version | ( | int | exoid | ) |
| int ne_check_file_version | ( | int | exoid | ) |
| int ne_id_lkup | ( | int | exoid, |
| const char * | ne_var_name, | ||
| int64_t * | idx, | ||
| ex_entity_id | ne_var_id | ||
| ) |
| char* ne_ret_string |