ExodusII  6.05
ex_put_node_set.c File Reference
#include <stddef.h>
#include "exodusII.h"

Functions

int ex_put_node_set (int exoid, ex_entity_id node_set_id, const void_int *node_set_node_list)

Function Documentation

int ex_put_node_set ( int  exoid,
ex_entity_id  node_set_id,
const void_int node_set_node_list 
)
Deprecated:
Use ex_put_set()(exoid, EX_NODE_SET, node_set_id, node_set_node_list, NULL)

The function ex_put_node_set() writes the node list for a single node set. The function ex_put_node_set_param() must be called before this routine is invoked.

Returns:
In case of an error, ex_put_node_set() returns a negative number; a warning will return a positive number. Possible causes of errors include:
Parameters:
[in]exoidexodus file ID returned from a previous call to ex_create() or ex_open().
[in]node_set_idThe node set ID.
[in]node_set_node_listArray containing the node list for the node set. Internal node IDs are used in this list (See Section LocalNodeIds).

Refer to the description of ex_put_node_set_param() for a sample code segment to write out a node set.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines