|
ExodusII
5.15
|
#include <assert.h>#include <stdlib.h>#include <string.h>#include "exodusII.h"#include "exodusII_int.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 |