ExodusII 4.96
expcns.c File Reference
#include <stdlib.h>
#include "exodusII.h"
#include "exodusII_int.h"
Include dependency graph for expcns.c:

Functions

int ex_put_concat_node_sets (int exoid, int *node_set_ids, int *num_nodes_per_set, int *num_dist_per_set, int *node_sets_node_index, int *node_sets_df_index, int *node_sets_node_list, void *node_sets_dist_fact)

Function Documentation

int ex_put_concat_node_sets ( int  exoid,
int *  node_set_ids,
int *  num_nodes_per_set,
int *  num_dist_per_set,
int *  node_sets_node_index,
int *  node_sets_df_index,
int *  node_sets_node_list,
void *  node_sets_dist_fact 
)

writes the node set ID's, node set count array, node set pointers array, and node set node list for all of the node sets

Parameters:
exoidexodus file id
node_set_idsarray of node set ids
num_nodes_per_setarray of number of nodes per set
num_dist_per_setarray of number of dist fact per set
node_sets_node_indexarray of set indices into node list
node_sets_df_indexarray of set indices into dist fact list
node_sets_node_listarray of node list #'s for node set
node_sets_dist_factarray of dist factors for node set
Deprecated:
Use ex_put_concat_sets()(exoid, EX_NODE_SET, &set_specs)

References EX_NODE_SET, ex_put_concat_sets(), NULL, ex_set_specs::num_dist_per_set, ex_set_specs::num_entries_per_set, ex_set_specs::sets_dist_fact, ex_set_specs::sets_dist_index, ex_set_specs::sets_entry_index, ex_set_specs::sets_entry_list, ex_set_specs::sets_extra_list, and ex_set_specs::sets_ids.