FrontISTR 5.2.0
Large-scale structural analysis program with finit element method
Loading...
Searching...
No Matches
conv_neu2fstr_heat.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_neu2fstr_heat ver.1.0
7*/
8
9#ifndef conv_neu2fstr_heatH
10#define conv_neu2fstr_heatH
11
12#include "CNFData.h"
13#include "CHECData.h"
14#include "CHECDB.h"
15#include "CFSTRDB.h"
16
17void conv_neu2fstr_heat(CNFData& neu, CHECData& hec);
18
19#endif
void conv_neu2fstr_heat(CNFData &neu, CHECData &hec)