|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <assert.h>#include <stdio.h>#include <string.h>Functions | |
| int | ex_put_coordinate_frames (int exoid, int nframes, const void_int *cf_ids, void *pt_coordinates, const char *tags) |
| int ex_put_coordinate_frames | ( | int | exoid, |
| int | nframes, | ||
| const void_int * | cf_ids, | ||
| void * | pt_coordinates, | ||
| const char * | tags | ||
| ) |
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