FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
conv_neu2hec.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
conv_neu2hec ver.1.0
7
*/
8
9
#ifndef conv_neu2hecH
10
#define conv_neu2hecH
11
12
#include "
CNFData.h
"
13
#include "
CNFDataBlock.h
"
14
#include "
CHECData.h
"
15
#include "
CHECDB.h
"
16
17
// solution
18
enum
{
sol_static
= 0,
sol_heat
,
sol_eigen
};
19
20
void
conv_neu2hec
(
CNFData
& neu,
CHECData
& hec,
int
solution = 0);
21
22
#endif
CHECData.h
sol_static
@ sol_static
Definition:
conv_neu2hec.h:21
CNFData.h
conv_neu2hec
void conv_neu2hec(CNFData &neu, CHECData &hec, int solution=0)
Definition:
conv_neu2hec.cpp:772
CNFDataBlock.h
CHECDB.h
CNFData
Definition:
CNFData.h:46
CHECData
Definition:
CHECData.h:25
sol_heat
@ sol_heat
Definition:
conv_neu2hec.h:21
sol_eigen
@ sol_eigen
Definition:
conv_neu2hec.h:21
fistr1
tools
neu2fstr
converter
conv_neu2hec.h
Generated by
1.8.17