![]() |
v0.15.0 |
#include <MoFEM.hpp>Go to the source code of this file.
Classes | |
| struct | Example |
| [Example] More... | |
| struct | Example::CommonData |
| [Example] More... | |
| struct | Example::OpError< FIELD_DIM > |
Typedefs | |
| using | DomainEle = PipelineManager::ElementsAndOpsByDim< SPACE_DIM >::DomainEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | EntData = EntitiesFieldData::EntData |
| using | PostProcFaceEle = PostProcBrokenMeshInMoab< DomainEle > |
| using | OpDomainMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< BASE_DIM, FIELD_DIM > |
| using | OpDomainSource = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpSource< BASE_DIM, FIELD_DIM > |
Functions | |
| int | main (int argc, char *argv[]) |
| [Re-setup problem after mesh modification] | |
Variables | |
| static char | help [] |
| constexpr char | FIELD_NAME [] = "U" |
| constexpr int | BASE_DIM = 1 |
| constexpr int | FIELD_DIM = 1 |
| constexpr int | SPACE_DIM = 2 |
| constexpr int | order = 2 |
| auto | fun |
| auto | save_range |
Definition at line 23 of file between_meshes_dg_projection.cpp.
Definition at line 24 of file between_meshes_dg_projection.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 25 of file between_meshes_dg_projection.cpp.
| using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<BASE_DIM, FIELD_DIM> |
Definition at line 33 of file between_meshes_dg_projection.cpp.
| using OpDomainSource = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<BASE_DIM, FIELD_DIM> |
Definition at line 36 of file between_meshes_dg_projection.cpp.
Definition at line 27 of file between_meshes_dg_projection.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[Re-setup problem after mesh modification]
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc]
[Create MoAB]
[Create MoAB]
[Create MoFEM]
[Create MoFEM]
[Execute DG Projection Test]
[Execute DG Projection Test]
Definition at line 576 of file between_meshes_dg_projection.cpp.
|
constexpr |
Definition at line 18 of file between_meshes_dg_projection.cpp.
|
constexpr |
Definition at line 19 of file between_meshes_dg_projection.cpp.
|
constexpr |
Definition at line 17 of file between_meshes_dg_projection.cpp.
| auto fun |
Definition at line 29 of file between_meshes_dg_projection.cpp.
|
static |
Definition at line 14 of file between_meshes_dg_projection.cpp.
|
constexpr |
Definition at line 21 of file between_meshes_dg_projection.cpp.
| auto save_range |
Definition at line 70 of file between_meshes_dg_projection.cpp.
|
constexpr |
Definition at line 20 of file between_meshes_dg_projection.cpp.