|
ExodusII
6.05
|
#include <assert.h>#include <stdio.h>#include <string.h>#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"Macros | |
| #define | PROCNAME "ex_put_coordinate_frames" |
Functions | |
| int | ex_put_coordinate_frames (int exoid, int nframes, const void_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