ExodusII
6.05
|
#include <inttypes.h>
#include <stddef.h>
#include <stdio.h>
#include <sys/types.h>
#include "exodusII.h"
#include "exodusII_int.h"
#include "netcdf.h"
Functions | |
int | ex_put_partial_coord (int exoid, int64_t start_node_num, int64_t num_nodes, const void *x_coor, const void *y_coor, const void *z_coor) |
int ex_put_partial_coord | ( | int | exoid, |
int64_t | start_node_num, | ||
int64_t | num_nodes, | ||
const void * | x_coor, | ||
const void * | y_coor, | ||
const void * | z_coor | ||
) |
writes the coordinates of some of the nodes in the model Only writes the 'non-null' arrays.
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. |
x_coor | x coord array |
y_coor | y coord array |
z_coor | z coord array |