Exodus  7.10
ex_put_partial_coord_component.c File Reference
#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)
 

Function Documentation

◆ ex_put_partial_coord_component()

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

Parameters
exoidexodus file id
start_node_numthe starting index (1-based) of the coordinates to be written
num_nodesthe number of nodes to write coordinates for.
componentwhich component (1=X, 2=Y, 3=Z)
coorcoord array