Exodus  7.22
ex_get_side_set_node_list.c File Reference
#include "exodusII.h"
#include "exodusII_int.h"

Functions

static int check_valid_side (size_t side_num, size_t max_sides, char *topology, int exoid)
 
static void get_nodes (int exoid, void_int *to, size_t ito, void_int *from, size_t ifrom)
 
int ex_get_side_set_node_list (int exoid, ex_entity_id side_set_id, void_int *side_set_node_cnt_list, void_int *side_set_node_list)
 

Function Documentation

◆ check_valid_side()

static int check_valid_side ( size_t  side_num,
size_t  max_sides,
char *  topology,
int  exoid 
)
static

This routine is designed to read the Exodus II V 2.0 side set side definition and return a ExodusI style side set node definition.

◆ get_nodes()

static void get_nodes ( int  exoid,
void_int to,
size_t  ito,
void_int from,
size_t  ifrom 
)
static