ExodusII 4.96
expnsd.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for expnsd.c:

Functions

int ex_put_node_set_dist_fact (int exoid, int node_set_id, const void *node_set_dist_fact)

Function Documentation

int ex_put_node_set_dist_fact ( int  exoid,
int  node_set_id,
const void *  node_set_dist_fact 
)

writes the node set distribution factors for a single node set

Parameters:
exoidexodus file id
node_set_idnode set id
node_set_dist_factnode distribution factors for node set
Deprecated:
Use ex_put_set_dist_fact()(exoid, EX_NODE_SET, node_set_id, node_set_dist_fact)

References EX_NODE_SET, and ex_put_set_dist_fact().