FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_etype.c File Reference
#include <stdlib.h>
#include "hecmw_common_define.h"
#include "hecmw_etype.h"
Include dependency graph for hecmw_etype.c:

Go to the source code of this file.

Functions

int HECMW_get_etype_UTIL2HECMW (int etype)
 
int HECMW_get_etype_HECMW2UTIL (int etype)
 
int HECMW_get_etype_GeoFEM2HECMW (int etype)
 
int HECMW_get_max_node (int etype)
 
int HECMW_get_max_edge (int etype)
 
int HECMW_get_max_surf (int etype)
 
int HECMW_get_max_tsuf (int etype)
 
int HECMW_get_max_qsuf (int etype)
 
char * HECMW_get_ucd_label (int etype)
 
int HECMW_get_etype_class (int etype)
 
int HECMW_get_etype_shape (int etype)
 
int HECMW_get_etype_vtk_shape (int etype)
 
int HECMW_is_etype_rod (int etype)
 
int HECMW_is_etype_surface (int etype)
 
int HECMW_is_etype_solid (int etype)
 
int HECMW_is_etype_interface (int etype)
 
int HECMW_is_etype_beam (int etype)
 
int HECMW_is_etype_shell (int etype)
 
int HECMW_is_etype_link (int etype)
 
int HECMW_is_etype_33struct (int etype)
 
int HECMW_is_etype_truss (int etype)
 
int HECMW_is_etype_patch (int etype)
 
int HECMW_is_etype_smoothing (int etype)
 
const int * HECMW_get_surf_nodes (int etype, int sid, int *surf_etype)
 
int hecmw_get_max_node_if (int *etype)
 
int hecmw_get_max_node_if_ (int *etype)
 
int hecmw_get_max_node_if__ (int *etype)
 
int HECMW_GET_MAX_NODE_IF (int *etype)
 
int hecmw_is_etype_rod_if (int *etype)
 
int hecmw_is_etype_rod_if_ (int *etype)
 
int hecmw_is_etype_rod_if__ (int *etype)
 
int HECMW_IS_ETYPE_ROD_IF (int *etype)
 
int hecmw_is_etype_surface_if (int *etype)
 
int hecmw_is_etype_surface_if_ (int *etype)
 
int hecmw_is_etype_surface_if__ (int *etype)
 
int HECMW_IS_ETYPE_SURFACE_IF (int *etype)
 
int hecmw_is_etype_solid_if (int *etype)
 
int hecmw_is_etype_solid_if_ (int *etype)
 
int hecmw_is_etype_solid_if__ (int *etype)
 
int HECMW_IS_ETYPE_SOLID_IF (int *etype)
 
int hecmw_is_etype_interface_if (int *etype)
 
int hecmw_is_etype_interface_if_ (int *etype)
 
int hecmw_is_etype_interface_if__ (int *etype)
 
int HECMW_IS_ETYPE_INTERFACE_IF (int *etype)
 
int hecmw_is_etype_beam_if (int *etype)
 
int hecmw_is_etype_beam_if_ (int *etype)
 
int hecmw_is_etype_beam_if__ (int *etype)
 
int HECMW_IS_ETYPE_BEAM_IF (int *etype)
 
int hecmw_is_etype_shell_if (int *etype)
 
int hecmw_is_etype_shell_if_ (int *etype)
 
int hecmw_is_etype_shell_if__ (int *etype)
 
int HECMW_IS_ETYPE_SHELL_IF (int *etype)
 
int hecmw_is_etype_link_if (int *etype)
 
int hecmw_is_etype_link_if_ (int *etype)
 
int hecmw_is_etype_link_if__ (int *etype)
 
int HECMW_IS_ETYPE_LINK_IF (int *etype)
 
int hecmw_is_etype_33struct_if (int *etype)
 
int hecmw_is_etype_33struct_if_ (int *etype)
 
int hecmw_is_etype_33struct_if__ (int *etype)
 
int HECMW_IS_ETYPE_33STRUCT_IF (int *etype)
 
int hecmw_is_etype_truss_if (int *etype)
 
int hecmw_is_etype_truss_if_ (int *etype)
 
int hecmw_is_etype_truss_if__ (int *etype)
 
int HECMW_IS_ETYPE_TRUSS_IF (int *etype)
 
int hecmw_is_etype_patch_if (int *etype)
 
int hecmw_is_etype_patch_if_ (int *etype)
 
int hecmw_is_etype_patch_if__ (int *etype)
 
int HECMW_IS_ETYPE_PATCH_IF (int *etype)
 
int hecmw_is_etype_smoothing_if (int *etype)
 
int hecmw_is_etype_smoothing_if_ (int *etype)
 
int hecmw_is_etype_smoothing_if__ (int *etype)
 
int HECMW_IS_ETYPE_SMOOTHING_IF (int *etype)
 

Function Documentation

◆ HECMW_get_etype_class()

int HECMW_get_etype_class ( int  etype)

Definition at line 1397 of file hecmw_etype.c.

◆ HECMW_get_etype_GeoFEM2HECMW()

int HECMW_get_etype_GeoFEM2HECMW ( int  etype)

Definition at line 344 of file hecmw_etype.c.

◆ HECMW_get_etype_HECMW2UTIL()

int HECMW_get_etype_HECMW2UTIL ( int  etype)

Definition at line 177 of file hecmw_etype.c.

◆ HECMW_get_etype_shape()

int HECMW_get_etype_shape ( int  etype)

Definition at line 1564 of file hecmw_etype.c.

◆ HECMW_get_etype_UTIL2HECMW()

int HECMW_get_etype_UTIL2HECMW ( int  etype)

Definition at line 10 of file hecmw_etype.c.

◆ HECMW_get_etype_vtk_shape()

int HECMW_get_etype_vtk_shape ( int  etype)

Definition at line 1731 of file hecmw_etype.c.

◆ HECMW_get_max_edge()

int HECMW_get_max_edge ( int  etype)

Definition at line 580 of file hecmw_etype.c.

◆ HECMW_get_max_node()

int HECMW_get_max_node ( int  etype)

Definition at line 413 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_get_max_node_if()

int hecmw_get_max_node_if ( int *  etype)

Definition at line 2152 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_GET_MAX_NODE_IF()

int HECMW_GET_MAX_NODE_IF ( int *  etype)

Definition at line 2155 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_get_max_node_if_()

int hecmw_get_max_node_if_ ( int *  etype)

Definition at line 2153 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_get_max_node_if__()

int hecmw_get_max_node_if__ ( int *  etype)

Definition at line 2154 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_get_max_qsuf()

int HECMW_get_max_qsuf ( int  etype)

Definition at line 1067 of file hecmw_etype.c.

◆ HECMW_get_max_surf()

int HECMW_get_max_surf ( int  etype)

Definition at line 743 of file hecmw_etype.c.

◆ HECMW_get_max_tsuf()

int HECMW_get_max_tsuf ( int  etype)

Definition at line 906 of file hecmw_etype.c.

◆ HECMW_get_surf_nodes()

const int* HECMW_get_surf_nodes ( int  etype,
int  sid,
int *  surf_etype 
)

Definition at line 2068 of file hecmw_etype.c.

◆ HECMW_get_ucd_label()

char* HECMW_get_ucd_label ( int  etype)

Definition at line 1230 of file hecmw_etype.c.

◆ HECMW_is_etype_33struct()

int HECMW_is_etype_33struct ( int  etype)

Definition at line 2030 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_33struct_if()

int hecmw_is_etype_33struct_if ( int *  etype)

Definition at line 2216 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_33STRUCT_IF()

int HECMW_IS_ETYPE_33STRUCT_IF ( int *  etype)

Definition at line 2225 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_33struct_if_()

int hecmw_is_etype_33struct_if_ ( int *  etype)

Definition at line 2219 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_33struct_if__()

int hecmw_is_etype_33struct_if__ ( int *  etype)

Definition at line 2222 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_beam()

int HECMW_is_etype_beam ( int  etype)

Definition at line 1963 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_beam_if()

int hecmw_is_etype_beam_if ( int *  etype)

Definition at line 2197 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_BEAM_IF()

int HECMW_IS_ETYPE_BEAM_IF ( int *  etype)

Definition at line 2200 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_beam_if_()

int hecmw_is_etype_beam_if_ ( int *  etype)

Definition at line 2198 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_beam_if__()

int hecmw_is_etype_beam_if__ ( int *  etype)

Definition at line 2199 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_interface()

int HECMW_is_etype_interface ( int  etype)

Definition at line 1946 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_interface_if()

int hecmw_is_etype_interface_if ( int *  etype)

Definition at line 2184 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_INTERFACE_IF()

int HECMW_IS_ETYPE_INTERFACE_IF ( int *  etype)

Definition at line 2193 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_interface_if_()

int hecmw_is_etype_interface_if_ ( int *  etype)

Definition at line 2187 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_interface_if__()

int hecmw_is_etype_interface_if__ ( int *  etype)

Definition at line 2190 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_link()

int HECMW_is_etype_link ( int  etype)

Definition at line 1987 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_link_if()

int hecmw_is_etype_link_if ( int *  etype)

Definition at line 2211 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_LINK_IF()

int HECMW_IS_ETYPE_LINK_IF ( int *  etype)

Definition at line 2214 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_link_if_()

int hecmw_is_etype_link_if_ ( int *  etype)

Definition at line 2212 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_link_if__()

int hecmw_is_etype_link_if__ ( int *  etype)

Definition at line 2213 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_patch()

int HECMW_is_etype_patch ( int  etype)

Definition at line 2048 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_patch_if()

int hecmw_is_etype_patch_if ( int *  etype)

Definition at line 2238 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_PATCH_IF()

int HECMW_IS_ETYPE_PATCH_IF ( int *  etype)

Definition at line 2241 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_patch_if_()

int hecmw_is_etype_patch_if_ ( int *  etype)

Definition at line 2239 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_patch_if__()

int hecmw_is_etype_patch_if__ ( int *  etype)

Definition at line 2240 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_rod()

int HECMW_is_etype_rod ( int  etype)

Definition at line 1904 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_rod_if()

int hecmw_is_etype_rod_if ( int *  etype)

Definition at line 2157 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_ROD_IF()

int HECMW_IS_ETYPE_ROD_IF ( int *  etype)

Definition at line 2160 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_rod_if_()

int hecmw_is_etype_rod_if_ ( int *  etype)

Definition at line 2158 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_rod_if__()

int hecmw_is_etype_rod_if__ ( int *  etype)

Definition at line 2159 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_shell()

int HECMW_is_etype_shell ( int  etype)

Definition at line 1973 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_shell_if()

int hecmw_is_etype_shell_if ( int *  etype)

Definition at line 2202 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_SHELL_IF()

int HECMW_IS_ETYPE_SHELL_IF ( int *  etype)

Definition at line 2209 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_shell_if_()

int hecmw_is_etype_shell_if_ ( int *  etype)

Definition at line 2203 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_shell_if__()

int hecmw_is_etype_shell_if__ ( int *  etype)

Definition at line 2206 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_smoothing()

int HECMW_is_etype_smoothing ( int  etype)

Definition at line 2059 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_smoothing_if()

int hecmw_is_etype_smoothing_if ( int *  etype)

Definition at line 2243 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_SMOOTHING_IF()

int HECMW_IS_ETYPE_SMOOTHING_IF ( int *  etype)

Definition at line 2246 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_smoothing_if_()

int hecmw_is_etype_smoothing_if_ ( int *  etype)

Definition at line 2244 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_smoothing_if__()

int hecmw_is_etype_smoothing_if__ ( int *  etype)

Definition at line 2245 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_solid()

int HECMW_is_etype_solid ( int  etype)

Definition at line 1925 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hecmw_is_etype_solid_if()

int hecmw_is_etype_solid_if ( int *  etype)

Definition at line 2175 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_SOLID_IF()

int HECMW_IS_ETYPE_SOLID_IF ( int *  etype)

Definition at line 2182 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_solid_if_()

int hecmw_is_etype_solid_if_ ( int *  etype)

Definition at line 2176 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_solid_if__()

int hecmw_is_etype_solid_if__ ( int *  etype)

Definition at line 2179 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_surface()

int HECMW_is_etype_surface ( int  etype)

Definition at line 1913 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_surface_if()

int hecmw_is_etype_surface_if ( int *  etype)

Definition at line 2162 of file hecmw_etype.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_IS_ETYPE_SURFACE_IF()

int HECMW_IS_ETYPE_SURFACE_IF ( int *  etype)

Definition at line 2171 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_surface_if_()

int hecmw_is_etype_surface_if_ ( int *  etype)

Definition at line 2165 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_surface_if__()

int hecmw_is_etype_surface_if__ ( int *  etype)

Definition at line 2168 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_is_etype_truss()

int HECMW_is_etype_truss ( int  etype)

Definition at line 2040 of file hecmw_etype.c.

Here is the caller graph for this function:

◆ hecmw_is_etype_truss_if()

int hecmw_is_etype_truss_if ( int *  etype)

Definition at line 2229 of file hecmw_etype.c.

Here is the call graph for this function:

◆ HECMW_IS_ETYPE_TRUSS_IF()

int HECMW_IS_ETYPE_TRUSS_IF ( int *  etype)

Definition at line 2236 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_truss_if_()

int hecmw_is_etype_truss_if_ ( int *  etype)

Definition at line 2230 of file hecmw_etype.c.

Here is the call graph for this function:

◆ hecmw_is_etype_truss_if__()

int hecmw_is_etype_truss_if__ ( int *  etype)

Definition at line 2233 of file hecmw_etype.c.

Here is the call graph for this function: