FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_conn_conv.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 HECMW_CONN_CONV_INCLUDED
7 #define HECMW_CONN_CONV_INCLUDED
8 
9 #define HECMW_CONNTYPE_HECMW 1
10 #define HECMW_CONNTYPE_ABAQUS 2
11 #define HECMW_CONNTYPE_NASTRAN 3
12 
13 extern int HECMW_convert_connectivity(int from, int hecmw_etype, int *conn);
14 
15 #endif
hecmw_etype
I/O and Utility.
Definition: hecmw_etype_f.f90:7
HECMW_convert_connectivity
int HECMW_convert_connectivity(int from, int hecmw_etype, int *conn)
Definition: hecmw_conn_conv.c:46