FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_reorder.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 FrontISTR Commons
3  * This software is released under the MIT License, see LICENSE.txt
4  *****************************************************************************/
5 
6 #ifndef INC_HECMW_REORDER
7 #define INC_HECMW_REORDER
8 
9 #include "hecmw_struct.h"
10 
11 extern int HECMW_reorder_node_mpc(struct hecmwST_local_mesh *local_mesh);
12 extern int HECMW_reorder_node_dof(struct hecmwST_local_mesh *local_mesh);
13 extern int HECMW_reorder_elem_type(struct hecmwST_local_mesh *local_mesh);
14 extern int HECMW_reorder(struct hecmwST_local_mesh *local_mesh);
15 
16 #endif
HECMW_reorder_elem_type
int HECMW_reorder_elem_type(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_reorder.c:748
hecmwST_local_mesh
Definition: hecmw_struct.h:139
hecmw_struct.h
HECMW_reorder
int HECMW_reorder(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_reorder.c:1771
HECMW_reorder_node_dof
int HECMW_reorder_node_dof(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_reorder.c:1311
HECMW_reorder_node_mpc
int HECMW_reorder_node_mpc(struct hecmwST_local_mesh *local_mesh)
Definition: hecmw_reorder.c:1659