FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
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
19
20void conv_neu2hec(CNFData& neu, CHECData& hec, int solution = 0);
21
22#endif
void conv_neu2hec(CNFData &neu, CHECData &hec, int solution=0)
@ sol_eigen
Definition: conv_neu2hec.h:18
@ sol_heat
Definition: conv_neu2hec.h:18
@ sol_static
Definition: conv_neu2hec.h:18