FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
11extern int HECMW_reorder_node_mpc(struct hecmwST_local_mesh *local_mesh);
12extern int HECMW_reorder_node_dof(struct hecmwST_local_mesh *local_mesh);
13extern int HECMW_reorder_elem_type(struct hecmwST_local_mesh *local_mesh);
14extern int HECMW_reorder(struct hecmwST_local_mesh *local_mesh);
15
16#endif
int HECMW_reorder(struct hecmwST_local_mesh *local_mesh)
int HECMW_reorder_elem_type(struct hecmwST_local_mesh *local_mesh)
int HECMW_reorder_node_dof(struct hecmwST_local_mesh *local_mesh)
int HECMW_reorder_node_mpc(struct hecmwST_local_mesh *local_mesh)