![]() |
v0.15.0 |
#include <MoFEM.hpp>Go to the source code of this file.
Classes | |
| struct | ElementsAndOps< DIM > |
| struct | ElementsAndOps< 2 > |
| struct | ElementsAndOps< 3 > |
| struct | ApproxFieldFunction< 1 > |
| third order polynomial used for testing More... | |
| struct | AtomTest |
| struct | AtomTest::CommonData |
| Collected data use d by operator to evaluate errors for the test. More... | |
| struct | AtomTest::OpError< 1 > |
| struct | OpCheckGaussCoords< ELE_OP, PARENT_ELE > |
Typedefs | |
| using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
| using | DomainParentEle = ElementsAndOps< SPACE_DIM >::DomianParentEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| Finire element operator type. | |
| using | EntData = EntitiesFieldData::EntData |
| using | BoundaryEle = ElementsAndOps< SPACE_DIM >::BoundaryEle |
| using | BoundaryEleOp = BoundaryEle::UserDataOperator |
| using | BoundaryParentEle = ElementsAndOps< SPACE_DIM >::BoundaryParentEle |
| using | OpDomainMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, FIELD_DIM > |
| using | OpDomainSource = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpSource< 1, FIELD_DIM > |
Functions | |
| int | main (int argc, char *argv[]) |
| [Check results] | |
Variables | |
| static char | help [] = "...\n\n" |
| constexpr char | FIELD_NAME [] = "U" |
| constexpr int | FIELD_DIM = 1 |
| constexpr int | SPACE_DIM = 2 |
| boost::shared_ptr< DomainEle > | domainChildLhs |
| [Set up problem] | |
| boost::shared_ptr< DomainEle > | domainChildRhs |
Definition at line 39 of file child_and_parent.cpp.
Definition at line 40 of file child_and_parent.cpp.
Definition at line 41 of file child_and_parent.cpp.
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 34 of file child_and_parent.cpp.
Finire element operator type.
Definition at line 36 of file child_and_parent.cpp.
Definition at line 35 of file child_and_parent.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 37 of file child_and_parent.cpp.
| using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, FIELD_DIM> |
Definition at line 52 of file child_and_parent.cpp.
| using OpDomainSource = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<1, FIELD_DIM> |
Definition at line 54 of file child_and_parent.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[Check results]
[Register MoFEM discrete manager in PETSc]
[Register MoFEM discrete manager in PETSc
[Create MoAB]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database insterface
[Create MoFEM]
[AtomTest]
[AtomTest]
Definition at line 572 of file child_and_parent.cpp.
| boost::shared_ptr<DomainEle> domainChildLhs |
| boost::shared_ptr<DomainEle> domainChildRhs |
Definition at line 287 of file child_and_parent.cpp.
|
constexpr |
Definition at line 15 of file child_and_parent.cpp.
|
constexpr |
Definition at line 14 of file child_and_parent.cpp.
|
static |
Definition at line 12 of file child_and_parent.cpp.
|
constexpr |
Definition at line 16 of file child_and_parent.cpp.