FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_mesh_hash_sort.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HECMW_mesh_hsort_edge_init (int n_node, int n_elem)
 
int HECMW_mesh_hsort_edge_realloc (void)
 
void HECMW_mesh_hsort_edge_final (void)
 
long long int HECMW_mesh_hsort_edge_get_n (void)
 
int * HECMW_mesh_hsort_edge_get_v (void)
 
long long int HECMW_mesh_hsort_edge (int node1, int node2)
 
int HECMW_mesh_hsort_tsuf_init (int n_node, int n_elem)
 
int HECMW_mesh_hsort_tsuf_realloc (void)
 
void HECMW_mesh_hsort_tsuf_final (void)
 
int HECMW_mesh_hsort_tsuf_get_n (void)
 
int * HECMW_mesh_hsort_tsuf_get_v (void)
 
int HECMW_mesh_hsort_tsuf (int node1, int node2, int node3)
 
int HECMW_mesh_hsort_qsuf_init (int n_node, int n_elem)
 
int HECMW_mesh_hsort_qsuf_realloc (void)
 
void HECMW_mesh_hsort_qsuf_final (void)
 
int HECMW_mesh_hsort_qsuf_get_n (void)
 
int * HECMW_mesh_hsort_qsuf_get_v (void)
 
int HECMW_mesh_hsort_qsuf (int node1, int node2, int node3, int node4)
 

Function Documentation

◆ HECMW_mesh_hsort_edge()

long long int HECMW_mesh_hsort_edge ( int  node1,
int  node2 
)

Definition at line 655 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_edge_final()

void HECMW_mesh_hsort_edge_final ( void  )

Definition at line 488 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_edge_get_n()

long long int HECMW_mesh_hsort_edge_get_n ( void  )

Definition at line 404 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_edge_get_v()

int* HECMW_mesh_hsort_edge_get_v ( void  )

Definition at line 412 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_edge_init()

int HECMW_mesh_hsort_edge_init ( int  n_node,
int  n_elem 
)

Definition at line 94 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_edge_realloc()

int HECMW_mesh_hsort_edge_realloc ( void  )

Definition at line 300 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf()

int HECMW_mesh_hsort_qsuf ( int  node1,
int  node2,
int  node3,
int  node4 
)

Definition at line 757 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf_final()

void HECMW_mesh_hsort_qsuf_final ( void  )

Definition at line 539 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf_get_n()

int HECMW_mesh_hsort_qsuf_get_n ( void  )

Definition at line 408 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf_get_v()

int* HECMW_mesh_hsort_qsuf_get_v ( void  )

Definition at line 461 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf_init()

int HECMW_mesh_hsort_qsuf_init ( int  n_node,
int  n_elem 
)

Definition at line 224 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_qsuf_realloc()

int HECMW_mesh_hsort_qsuf_realloc ( void  )

Definition at line 362 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf()

int HECMW_mesh_hsort_tsuf ( int  node1,
int  node2,
int  node3 
)

Definition at line 704 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf_final()

void HECMW_mesh_hsort_tsuf_final ( void  )

Definition at line 513 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf_get_n()

int HECMW_mesh_hsort_tsuf_get_n ( void  )

Definition at line 406 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf_get_v()

int* HECMW_mesh_hsort_tsuf_get_v ( void  )

Definition at line 436 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf_init()

int HECMW_mesh_hsort_tsuf_init ( int  n_node,
int  n_elem 
)

Definition at line 156 of file hecmw_mesh_hash_sort.c.

◆ HECMW_mesh_hsort_tsuf_realloc()

int HECMW_mesh_hsort_tsuf_realloc ( void  )

Definition at line 328 of file hecmw_mesh_hash_sort.c.