FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
hecmw_couple_table.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_COUPLE_TABLE
7#define INC_HECMW_COUPLE_TABLE
8
9static int hecmw_surf_node_table_tet1[4][3] = {
10 {2, 3, 4}, {1, 4, 3}, {1, 2, 4}, {1, 3, 2},
11};
12
13static int hecmw_surf_node_table_pri1[5][4] = {
14 {2, 3, 6, 5}, {3, 1, 4, 6}, {1, 2, 5, 4}, {3, 2, 1}, {4, 5, 6},
15};
16
17static int hecmw_surf_node_table_hex1[6][4] = {
18 {4, 1, 5, 8}, {2, 3, 7, 6}, {1, 2, 6, 5},
19 {3, 4, 8, 7}, {4, 3, 2, 1}, {5, 6, 7, 8},
20};
21
22#endif /* INC_HECMW_COUPLE_TABLE */