#include <MoFEM.hpp>
#include <BasicFiniteElements.hpp>
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
| [Check results] More...
|
|
◆ DomainEle
◆ DomainEleOp
◆ EdgeEle
◆ EdgeEleOp
◆ EntData
◆ OpBase
◆ OpDomainGradGrad
◆ OpDomainGradTimesVec
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
[Check results]
Definition at line 316 of file radiation.cpp.
323 auto core_log = logging::core::get();
325 LogManager::createSink(LogManager::getStrmWorld(),
"EXAMPLE"));
326 LogManager::setLog(
"EXAMPLE");
332 DMType dm_name =
"DMMOFEM";
void simple(double P1[], double P2[], double P3[], double c[], const int N)
#define CATCH_ERRORS
Catch errors.
#define CHKERR
Inline error check.
PetscErrorCode DMRegister_MoFEM(const char sname[])
Register MoFEM problem.
#define MOFEM_LOG_TAG(channel, tag)
Tag channel.
DeprecatedCoreInterface Interface
static MoFEMErrorCode Initialize(int *argc, char ***args, const char file[], const char help[])
Initializes the MoFEM database PETSc, MOAB and MPI.
static MoFEMErrorCode Finalize()
Checks for options to be called at the conclusion of the program.
Deprecated interface functions.
Simple interface for fast problem set-up.
MoFEMErrorCode getInterface(IFACE *&iface) const
Get interface refernce to pointer of interface.
◆ Beta
◆ boltzmann_constant
constexpr double boltzmann_constant = 5.670374419e-2 |
|
constexpr |
◆ emissivity
constexpr double emissivity = 1 |
|
constexpr |
◆ heat_conductivity
constexpr double heat_conductivity = ((0.4+0.7)/2) * 1e3 |
|
constexpr |
◆ help
◆ T_ambient
constexpr double T_ambient = 2.7 |
|
constexpr |