|
ExodusII 4.96
|

Defines | |
| #define | PROCNAME "ex_put_coordinate_frames" |
Functions | |
| int | ex_put_coordinate_frames (int exoid, int nframes, const int cf_ids[], void *pt_coordinates, const char *tags) |
| #define PROCNAME "ex_put_coordinate_frames" |
expfrm - ex_put_coordinate_frames: write coordinate frames
| exoid | exodus file id |
| nframes | number of coordinate frames in model |
| cf_ids | coordinate ids |
| pt_coordinates | pointer to coordinates. 9 values per coordinate frame |
| tags | character tag for each frame. 'r' - rectangular, 'c' - cylindrical, 's' - spherical |
returns - EX_NOERR for no error EX_FATAL for fatal errors 1 number frames < 0
Referenced by ex_put_coordinate_frames().
| int ex_put_coordinate_frames | ( | int | exoid, |
| int | nframes, | ||
| const int | cf_ids[], | ||
| void * | pt_coordinates, | ||
| const char * | tags | ||
| ) |
References DIM_NUM_CFRAME9, DIM_NUM_CFRAMES, ex_comp_ws(), ex_err(), EX_FATAL, EX_NOERR, exerrval, MAX_ERR_LENGTH, nc_flt_code(), PROCNAME, VAR_FRAME_COORDS, VAR_FRAME_IDS, and VAR_FRAME_TAGS.