![]() |
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 |
| Finite elenent type. | |
| using | DomainEleOp = DomainEle::UserDataOperator |
| Finire element operator type. | |
| using | EntData = EntitiesFieldData::EntData |
| Data on entities. | |
| using | OpDomainMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< BASE_DIM, FIELD_DIM > |
| OPerator to integrate mass matrix for least square approximation. | |
| using | OpDomainSource = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpSource< BASE_DIM, FIELD_DIM > |
| Operator to integrate the right hand side matrix for the problem. | |
Functions | |
| int | main (int argc, char *argv[]) |
| [Check results] | |
Variables | |
| static char | help [] = "...\n\n" |
| 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 |
| Function to approximate. | |
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Finite elenent type.
Definition at line 28 of file dg_projection.cpp.
Finire element operator type.
Definition at line 29 of file dg_projection.cpp.
| using EntData = EntitiesFieldData::EntData |
Data on entities.
Definition at line 31 of file dg_projection.cpp.
| using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<BASE_DIM, FIELD_DIM> |
OPerator to integrate mass matrix for least square approximation.
Definition at line 45 of file dg_projection.cpp.
| using OpDomainSource = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<BASE_DIM, FIELD_DIM> |
Operator to integrate the right hand side matrix for the problem.
Definition at line 52 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]
< mesh database
< mesh database interface
[Create MoAB]
[Create MoFEM]
< finite element database
< finite element database insterface
[Create MoFEM]
[AtomTest]
[AtomTest]
Definition at line 269 of file dg_projection.cpp.
|
constexpr |
Definition at line 16 of file dg_projection.cpp.
|
constexpr |
Definition at line 17 of file dg_projection.cpp.
|
constexpr |
Definition at line 15 of file dg_projection.cpp.
| auto fun |
Function to approximate.
Definition at line 37 of file dg_projection.cpp.
|
static |
Definition at line 13 of file dg_projection.cpp.
|
constexpr |
Definition at line 19 of file dg_projection.cpp.
|
constexpr |
Definition at line 18 of file dg_projection.cpp.