FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
13extern int HECMW_convert_connectivity(int from, int hecmw_etype, int *conn);
14
15#endif
int HECMW_convert_connectivity(int from, int hecmw_etype, int *conn)
I/O and Utility.