v0.13.2
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"
13#include "impl/NodeMerger.cpp"
16#include "impl/Tools.cpp"
17#include "impl/BcManager.cpp"
18
19#ifdef WITH_TETGEN
21#endif
22
23#ifdef WITH_MED
24 #include "impl/MedInterface.cpp"
25#endif
26
static const int debug
Manages boundary conditions.
Cut mesh by surface.
Field evaluator.
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.
TetGen interface for meshing/re-meshing and on the fly mesh creation.
Auxiliary tools.
Implementation of simple interface.