FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw2fstr_connect_conv.h File Reference

Go to the source code of this file.

Functions

void c_hecmw2fstr_connect_conv (int n_elem, int elem_type[], int elem_node_index[], int elem_node_item[])
 
void c_fstr2hecmw_connect_conv (int n_elem, int elem_type[], int elem_node_index[], int elem_node_item[])
 
void c_fstr2hecmw_elem_conv (int elem_type, int node[])
 

Function Documentation

◆ c_fstr2hecmw_connect_conv()

void c_fstr2hecmw_connect_conv ( int  n_elem,
int  elem_type[],
int  elem_node_index[],
int  elem_node_item[] 
)

FSTR to HECMW Mesh Data Converter Converting Connectivity of Element Type 232, 342 and 352

Definition at line 87 of file hecmw2fstr_connect_conv.c.

◆ c_fstr2hecmw_elem_conv()

void c_fstr2hecmw_elem_conv ( int  elem_type,
int  node[] 
)

Definition at line 133 of file hecmw2fstr_connect_conv.c.

◆ c_hecmw2fstr_connect_conv()

void c_hecmw2fstr_connect_conv ( int  n_elem,
int  elem_type[],
int  elem_node_index[],
int  elem_node_item[] 
)

HECMW to FSTR Mesh Data Converter Converting Connectivity of Element Type 232, 342 and 352

Definition at line 34 of file hecmw2fstr_connect_conv.c.