v0.14.0 |
#include <MoFEM.hpp>
Go to the source code of this file.
Classes | |
struct | Example |
[Example] More... | |
struct | Example::OpRhs |
Typedefs | |
using | DomainEle = PipelineManager::FaceEle |
using | DomainEleOp = DomainEle::UserDataOperator |
using | EntData = EntitiesFieldData::EntData |
using | OpGradGrad = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpGradGrad< 1, 1, 3 > |
using | OpMass = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::BiLinearForm< GAUSS >::OpMass< 1, 1 > |
Functions | |
int | main (int argc, char *argv[]) |
[Check results] More... | |
Variables | |
static char | help [] = "...\n\n" |
double | dt = 2 |
constexpr int | SPACE_DIM = 3 |
using DomainEle = PipelineManager::FaceEle |
Definition at line 30 of file heat_method.cpp.
Definition at line 31 of file heat_method.cpp.
using EntData = EntitiesFieldData::EntData |
Definition at line 32 of file heat_method.cpp.
using OpGradGrad = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpGradGrad<1, 1, 3> |
Definition at line 38 of file heat_method.cpp.
using OpMass = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::BiLinearForm< GAUSS>::OpMass<1, 1> |
Definition at line 42 of file heat_method.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 382 of file heat_method.cpp.
double dt = 2 |
Definition at line 26 of file heat_method.cpp.
|
static |
Definition at line 24 of file heat_method.cpp.
|
constexpr |
Definition at line 34 of file heat_method.cpp.