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< FIELD_DIM > |
struct | ApproxFieldFunction< 1 > |
third order polynomial used for testing More... | |
struct | Example |
[Example] More... | |
struct | Example::CommonData |
[Example] More... | |
struct | Example::OpError< FIELD_DIM > |
struct | Example::OpError< 1 > |
Typedefs | |
using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
using | DomainEleOp = DomainEle::UserDataOperator |
using | EntData = EntitiesFieldData::EntData |
using | PostProcEle = PostProcBrokenMeshInMoab< DomainEle > |
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] More... | |
Variables | |
static char | help [] = "...\n\n" |
constexpr char | FIELD_NAME [] = "U" |
constexpr int | FIELD_DIM = 1 |
constexpr int | SPACE_DIM = 2 |
using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 32 of file approximaton.cpp.
Definition at line 33 of file approximaton.cpp.
using EntData = EntitiesFieldData::EntData |
Definition at line 34 of file approximaton.cpp.
using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, FIELD_DIM> |
Definition at line 47 of file approximaton.cpp.
using OpDomainSource = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<1, FIELD_DIM> |
Definition at line 49 of file approximaton.cpp.
using PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
Definition at line 36 of file approximaton.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]
[Example]
[Example]
Definition at line 305 of file approximaton.cpp.
|
constexpr |
Definition at line 19 of file approximaton.cpp.
|
constexpr |
Definition at line 18 of file approximaton.cpp.
|
static |
Definition at line 14 of file approximaton.cpp.
|
constexpr |
Definition at line 20 of file approximaton.cpp.