![]() |
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< 1 > |
third order polynomial used for testing More... | |
struct | Example |
[Example] More... | |
struct | Example::CommonData |
[Example] More... | |
struct | Example::OpError< 1 > |
Typedefs | |
using | DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
using | PostProcEle = PostProcBrokenMeshInMoab<DomainEle> |
using | OpDomainMass |
using | OpDomainSource |
Functions | |
int | main (int argc, char *argv[]) |
[Check results] | |
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.
using OpDomainMass |
Definition at line 46 of file approximaton.cpp.
using OpDomainSource |
Definition at line 48 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.