v0.14.0
All.cpp
Go to the documentation of this file.
1 #include <MoFEM.hpp>
2 
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6  #include <cblas.h>
7  #include <lapack_wrap.h>
8  // #include <gm_rule.h>
9  #include <quad.h>
10 #ifdef __cplusplus
11 }
12 #endif
13 
15 #include "impl/DataOperators.cpp"
18 #include "impl/HODataOperators.cpp"
21 #include "impl/DGProjection.cpp"
23 #include "impl/NormsOperators.cpp"
36 #include "impl/Schur.cpp"
EdgeElementForcesAndSourcesCore.cpp
Implementation of edge element.
EntitiesFieldData.cpp
Implementation for Data Structures in Forces and Sources.
FormsBrokenSpaceConstraintImpl.cpp
FormsIntegrators.cpp
Implementation of Elements on Entities for Forces and Sources.
DataOperators.cpp
HODataOperators.cpp
Set of operators for high-order geometry approximation.
DGProjection.cpp
MoFEM.hpp
VertexElementForcesAndSourcesCore.cpp
Implementation of vertex element.
BaseDerivativesDataOperators.cpp
FaceElementForcesAndSourcesCore.cpp
Implementation of face element.
ContactPrismElementForcesAndSourcesCore.cpp
Implementation of contact prism element.
FlatPrismElementForcesAndSourcesCore.cpp
Implementation of flat prism element.
FaceElementForcesAndSourcesCoreOnParent.cpp
Implementation of face element.
VolumeElementForcesAndSourcesCoreOnSide.cpp
Implementation of volume element on side.
lapack_wrap.h
NormsOperators.cpp
User data operators for calculating norms and differences between fields.
VolumeElementForcesAndSourcesCoreOnContactPrismSide.cpp
Implementation of volume element on side.
UserDataOperators.cpp
Generic user data operators for evaluate fields, and other common purposes.
FaceElementForcesAndSourcesCoreOnSide.cpp
Implementation of face element.
FatPrismElementForcesAndSourcesCore.cpp
Implementation of fat prism element.
VolumeElementForcesAndSourcesCore.cpp
Implementation of volume element.
EdgeElementForcesAndSourcesCoreOnParent.cpp
Implementation of edge element for parent.
ForcesAndSourcesCore.cpp
Implementation of Elements on Entities for Forces and Sources.
Schur.cpp
Implementation of Schur Complement.
quad.h
MeshProjectionDataOperators.cpp