![]() |
v0.15.0 |
#include <MoFEM.hpp>Go to the source code of this file.
Classes | |
| struct | ElementsAndOps< DIM > |
| struct | ElementsAndOps< 2 > |
| struct | AtomTest |
| struct | AtomTest::CommonData |
| Collected data use d by operator to evaluate errors for the test. More... | |
| struct | AtomTest::OpError< FIELD_DIM > |
| Operator to evaluate errors. More... | |
Typedefs | |
| using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | EntData = EntitiesFieldData::EntData |
| 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[]) |
| [Check results] | |
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 |
| Order displacement. | |
| auto | fun |
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 47 of file dg_projection.cpp.
Definition at line 48 of file dg_projection.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 49 of file dg_projection.cpp.
| using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<BASE_DIM, FIELD_DIM> |
Definition at line 55 of file dg_projection.cpp.
| using OpDomainSource = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<BASE_DIM, FIELD_DIM> |
Definition at line 58 of file dg_projection.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[Check results]
[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 269 of file dg_projection.cpp.
|
constexpr |
Definition at line 35 of file dg_projection.cpp.
|
constexpr |
Definition at line 36 of file dg_projection.cpp.
|
constexpr |
Definition at line 34 of file dg_projection.cpp.
| auto fun |
Definition at line 51 of file dg_projection.cpp.
|
static |
Definition at line 31 of file dg_projection.cpp.
|
constexpr |
Order displacement.
Definition at line 38 of file dg_projection.cpp.
|
constexpr |
Definition at line 37 of file dg_projection.cpp.