v0.16.0
Loading...
Searching...
No Matches
AllInterfaces.cpp
Go to the documentation of this file.
1const static int debug = 0;
2
3#include <MoFEM.hpp>
4
6#include "impl/Simple.cpp"
14#include "impl/NodeMerger.cpp"
17#include "impl/Tools.cpp"
18#include "impl/BcManager.cpp"
19
20#ifdef WITH_TETGEN
22#endif
23
24#ifdef WITH_MED
25 #include "impl/MedInterface.cpp"
26#endif
27
static const int debug
Manages boundary conditions.
Cut mesh by surface.
Field evaluator.
JSON configuration loader for PETSc options and meshsets.
Med file interface interface.
Mesh refinement interface.
Interface to manage meshsets which carrying information about boundary conditions and material blocks...
Interface for merging nodes.
Implementation of basic interface.
Insert prisms in the interface between two surfaces.
Interface for creating prisms from surface elements.
Managing complexities for problem.
Record and save data series in time or load steps.
Implementation of simple interface.
TetGen interface for meshing/re-meshing and on the fly mesh creation.
Auxiliary tools.