v0.14.0
AllInterfaces.cpp
Go to the documentation of this file.
1 const static int debug = 0;
2 
3 #include <MoFEM.hpp>
4 
6 #include "impl/Simple.cpp"
10 #include "impl/MeshRefinement.cpp"
11 #include "impl/PrismInterface.cpp"
12 #include "impl/SeriesRecorder.cpp"
13 #include "impl/NodeMerger.cpp"
15 #include "impl/FieldEvaluator.cpp"
16 #include "impl/Tools.cpp"
17 #include "impl/BcManager.cpp"
18 
19 #ifdef WITH_TETGEN
20  #include "impl/TetGenInterface.cpp"
21 #endif
22 
23 #ifdef WITH_MED
24  #include "impl/MedInterface.cpp"
25 #endif
26 
CutMeshInterface.cpp
Cut mesh by surface.
NodeMerger.cpp
Interface for merging nodes.
PrismInterface.cpp
Insert prisms in the interface between two surfaces.
ProblemsManager.cpp
Managing complexities for problem.
MoFEM.hpp
debug
const static int debug
Definition: AllInterfaces.cpp:1
SeriesRecorder.cpp
Record and save data series in time or load steps.
Tools.cpp
Auxiliary tools.
FieldEvaluator.cpp
Field evaluator.
OperatorsTester.cpp
TetGenInterface.cpp
TetGen interface for meshing/re-meshing and on the fly mesh creation.
MedInterface.cpp
Med file interface interface.
MeshRefinement.cpp
Mesh refinement interface.
MeshsetsManager.cpp
Interface to manage meshsets which carrying information about boundary conditions and material blocks...
PipelineManager.cpp
Implementation of basic interface.
BcManager.cpp
Manages boundary conditions.
PrismsFromSurfaceInterface.cpp
Interface for creating prisms from surface elements.
Simple.cpp
Implementation of simple interface.