#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <math.h>
#include "hecmw_msgno.h"
#include "hecmw_malloc.h"
#include "hecmw_error.h"
#include "hecmw_part_define.h"
#include "hecmw_mesh_hash_sort.h"
Go to the source code of this file.
◆ EDGE_INC_FACTOR
#define EDGE_INC_FACTOR (1.2) |
◆ QSUF_INC_FACTOR
#define QSUF_INC_FACTOR (1.1) |
◆ TSUF_INC_FACTOR
#define TSUF_INC_FACTOR (1.1) |
◆ HECMW_mesh_hsort_edge()
long long int HECMW_mesh_hsort_edge |
( |
int |
node1, |
|
|
int |
node2 |
|
) |
| |
◆ HECMW_mesh_hsort_edge_final()
void HECMW_mesh_hsort_edge_final |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_edge_get_n()
long long int HECMW_mesh_hsort_edge_get_n |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_edge_get_v()
int* HECMW_mesh_hsort_edge_get_v |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_edge_init()
int HECMW_mesh_hsort_edge_init |
( |
int |
n_node, |
|
|
int |
n_elem |
|
) |
| |
◆ HECMW_mesh_hsort_edge_realloc()
int HECMW_mesh_hsort_edge_realloc |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_qsuf()
int HECMW_mesh_hsort_qsuf |
( |
int |
node1, |
|
|
int |
node2, |
|
|
int |
node3, |
|
|
int |
node4 |
|
) |
| |
◆ HECMW_mesh_hsort_qsuf_final()
void HECMW_mesh_hsort_qsuf_final |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_qsuf_get_n()
int HECMW_mesh_hsort_qsuf_get_n |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_qsuf_get_v()
int* HECMW_mesh_hsort_qsuf_get_v |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_qsuf_init()
int HECMW_mesh_hsort_qsuf_init |
( |
int |
n_node, |
|
|
int |
n_elem |
|
) |
| |
◆ HECMW_mesh_hsort_qsuf_realloc()
int HECMW_mesh_hsort_qsuf_realloc |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_tsuf()
int HECMW_mesh_hsort_tsuf |
( |
int |
node1, |
|
|
int |
node2, |
|
|
int |
node3 |
|
) |
| |
◆ HECMW_mesh_hsort_tsuf_final()
void HECMW_mesh_hsort_tsuf_final |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_tsuf_get_n()
int HECMW_mesh_hsort_tsuf_get_n |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_tsuf_get_v()
int* HECMW_mesh_hsort_tsuf_get_v |
( |
void |
| ) |
|
◆ HECMW_mesh_hsort_tsuf_init()
int HECMW_mesh_hsort_tsuf_init |
( |
int |
n_node, |
|
|
int |
n_elem |
|
) |
| |
◆ HECMW_mesh_hsort_tsuf_realloc()
int HECMW_mesh_hsort_tsuf_realloc |
( |
void |
| ) |
|