![]() |
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 |
| auto | fun |
| Function to approximate. | |
| auto | diff_fun |
| Function derivative. | |
| auto | diff2_fun |
| Function second derivative. | |
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Finite elenent type.
Definition at line 28 of file higher_derivatives.cpp.
Finire element operator type.
Definition at line 29 of file higher_derivatives.cpp.
| using EntData = EntitiesFieldData::EntData |
Data on entities.
Definition at line 31 of file higher_derivatives.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 66 of file higher_derivatives.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 73 of file higher_derivatives.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 397 of file higher_derivatives.cpp.
|
constexpr |
Definition at line 17 of file higher_derivatives.cpp.
| auto diff2_fun |
Function second derivative.
Definition at line 55 of file higher_derivatives.cpp.
| auto diff_fun |
Function derivative.
Definition at line 45 of file higher_derivatives.cpp.
|
constexpr |
Definition at line 18 of file higher_derivatives.cpp.
|
constexpr |
Definition at line 16 of file higher_derivatives.cpp.
| auto fun |
Function to approximate.
Definition at line 37 of file higher_derivatives.cpp.
|
static |
Definition at line 14 of file higher_derivatives.cpp.
|
constexpr |
Definition at line 19 of file higher_derivatives.cpp.