![]() |
v0.15.0 |
#include <MoFEM.hpp>Go to the source code of this file.
Classes | |
| struct | ElementsAndOps< DIM > |
| struct | ElementsAndOps< 2 > |
| struct | OpRhs |
| struct | OpLhs |
| struct | OpError |
| struct | ApproxSphere |
Typedefs | |
| using | DomainEle = ElementsAndOps< FM_DIM >::DomainEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | EntData = EntitiesFieldData::EntData |
| using | AssemblyDomainEleOp = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::OpBase |
Functions | |
| int | main (int argc, char *argv[]) |
| [Postprocess results] | |
Variables | |
| static char | help [] = "...\n\n" |
| constexpr int | FM_DIM = 2 |
| constexpr double | a = 1 |
| constexpr double | a2 = a * a |
| constexpr double | a4 = a2 * a2 |
| constexpr double | A = 6371220 |
| FTensor::Index< 'i', 3 > | i |
| FTensor::Index< 'j', 3 > | j |
| FTensor::Index< 'k', 3 > | k |
| auto | res_J |
| auto | res_J_dx |
| auto | lhs_J_dx2 |
| using AssemblyDomainEleOp = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::OpBase |
Definition at line 27 of file approx_sphere.cpp.
| using DomainEle = ElementsAndOps<FM_DIM>::DomainEle |
Definition at line 23 of file approx_sphere.cpp.
Definition at line 24 of file approx_sphere.cpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 25 of file approx_sphere.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
[Postprocess 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]
Definition at line 473 of file approx_sphere.cpp.
|
constexpr |
Definition at line 30 of file approx_sphere.cpp.
|
constexpr |
Definition at line 34 of file approx_sphere.cpp.
Definition at line 31 of file approx_sphere.cpp.
Definition at line 32 of file approx_sphere.cpp.
|
constexpr |
Definition at line 15 of file approx_sphere.cpp.
|
static |
Definition at line 11 of file approx_sphere.cpp.
| FTensor::Index<'i', 3> i |
Definition at line 36 of file approx_sphere.cpp.
| FTensor::Index<'j', 3> j |
Definition at line 37 of file approx_sphere.cpp.
| FTensor::Index<'k', 3> k |
Definition at line 38 of file approx_sphere.cpp.
| auto lhs_J_dx2 |
Definition at line 51 of file approx_sphere.cpp.
| auto res_J |
Definition at line 40 of file approx_sphere.cpp.
| auto res_J_dx |
Definition at line 45 of file approx_sphere.cpp.