v0.14.0 |
#include <MoFEM.hpp>
Go to the source code of this file.
Classes | |
struct | Example |
[Example] More... | |
Typedefs | |
using | DomainEle = FaceElementForcesAndSourcesCore |
using | DomainEleOp = DomainEle::UserDataOperator |
using | EdgeEle = EdgeElementForcesAndSourcesCore |
using | EdgeEleOp = EdgeEle::UserDataOperator |
using | OpDomainGradGrad = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpGradGrad< 1, 1, SPACE_DIM > |
using | OpDomainMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, 1 > |
using | OpBoundaryMass = FormsIntegrators< EdgeEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, 1 > |
using | OpBoundarySource = FormsIntegrators< EdgeEleOp >::Assembly< PETSC >::LinearForm< GAUSS >::OpSource< 1, 1 > |
Functions | |
int | main (int argc, char *argv[]) |
[Check results] More... | |
Variables | |
static char | help [] = "...\n\n" |
constexpr int | SPACE_DIM = 2 |
Definition at line 17 of file helmholtz.cpp.
Definition at line 18 of file helmholtz.cpp.
Definition at line 19 of file helmholtz.cpp.
using EdgeEleOp = EdgeEle::UserDataOperator |
Definition at line 20 of file helmholtz.cpp.
using OpBoundaryMass = FormsIntegrators<EdgeEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 29 of file helmholtz.cpp.
using OpBoundarySource = FormsIntegrators<EdgeEleOp>::Assembly< PETSC>::LinearForm<GAUSS>::OpSource<1, 1> |
Definition at line 31 of file helmholtz.cpp.
using OpDomainGradGrad = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpGradGrad<1, 1, SPACE_DIM> |
Definition at line 25 of file helmholtz.cpp.
using OpDomainMass = FormsIntegrators<DomainEleOp>::Assembly< PETSC>::BiLinearForm<GAUSS>::OpMass<1, 1> |
Definition at line 27 of file helmholtz.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 313 of file helmholtz.cpp.
|
static |
Definition at line 13 of file helmholtz.cpp.
|
constexpr |
Definition at line 22 of file helmholtz.cpp.