|
Exodus
7.10
|
#include "exodusII.h"#include "exodusII_int.h"#include "netcdf.h"#include <inttypes.h>#include <stddef.h>#include <stdio.h>#include <sys/types.h>Functions | |
| int | ex_put_partial_coord_component (int exoid, int64_t start_node_num, int64_t num_nodes, int component, const void *coor) |
| int ex_put_partial_coord_component | ( | int | exoid, |
| int64_t | start_node_num, | ||
| int64_t | num_nodes, | ||
| int | component, | ||
| const void * | coor | ||
| ) |
writes the coordinates of some of the nodes in the model for the specified component
| exoid | exodus file id |
| start_node_num | the starting index (1-based) of the coordinates to be written |
| num_nodes | the number of nodes to write coordinates for. |
| component | which component (1=X, 2=Y, 3=Z) |
| coor | coord array |