![]() |
v0.14.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 |
[Define dimension] | |
using | DomainParentEle = ElementsAndOps<SPACE_DIM>::DomianParentEle |
using | DomainEleOp = DomainEle::UserDataOperator |
Finire element operator type. | |
using | EntData = EntitiesFieldData::EntData |
Data on entities. | |
using | BoundaryEle = ElementsAndOps<SPACE_DIM>::BoundaryEle |
using | BoundaryEleOp = BoundaryEle::UserDataOperator |
using | BoundaryParentEle = ElementsAndOps<SPACE_DIM>::BoundaryParentEle |
using | OpDomainMass |
using | OpDomainSource |
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.
Operators used to assemble boundary integrals
Definition at line 40 of file child_and_parent.cpp.
Definition at line 41 of file child_and_parent.cpp.
[Define dimension]
Definition at line 34 of file child_and_parent.cpp.
Finire element operator type.
Operators used to assemble domain integrals
Definition at line 36 of file child_and_parent.cpp.
Definition at line 35 of file child_and_parent.cpp.
Data on entities.
[Define entities]
[Define dimension]
Definition at line 37 of file child_and_parent.cpp.
using OpDomainMass |
Definition at line 52 of file child_and_parent.cpp.
using OpDomainSource |
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.