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

Functions

int ex_get_concat_node_sets (int exoid, int *node_set_ids, int *num_nodes_per_set, int *num_df_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_get_concat_node_sets ( int  exoid,
int *  node_set_ids,
int *  num_nodes_per_set,
int *  num_df_per_set,
int *  node_sets_node_index,
int *  node_sets_df_index,
int *  node_sets_node_list,
void *  node_sets_dist_fact 
)

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

Deprecated:
Use ex_get_concat_sets()(exoid, EX_NODE_SET, set_specs) instead

References ex_get_concat_sets(), EX_NODE_SET, 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.