|
ExodusII
6.05
|
#include <assert.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"Functions | |
| int | ex_copy (int in_exoid, int out_exoid) |
| int ex_copy | ( | int | in_exoid, |
| int | out_exoid | ||
| ) |
efficiently copies all non-transient information (attributes, dimensions, and variables from an opened EXODUS file to another opened EXODUS file. Will not overwrite a dimension or variable already defined in the new file.
| in_exoid | exodus file id for input file |
| out_exoid | exodus file id for output file |