![]() |
v0.15.0 |
#include <MoFEM.hpp>Go to the source code of this file.
Classes | |
| struct | Poisson2DHomogeneousOperators::OpDomainLhsMatrixK |
| struct | Poisson2DHomogeneousOperators::OpDomainRhsVectorF |
Namespaces | |
| namespace | Poisson2DHomogeneousOperators |
Typedefs | |
| using | EntData = EntitiesFieldData::EntData |
| template<int DIM> | |
| using | ElementsAndOps = PipelineManager::ElementsAndOpsByDim< SPACE_DIM > |
| using | DomainEle = ElementsAndOps< SPACE_DIM >::DomainEle |
| using | DomainEleOp = DomainEle::UserDataOperator |
| using | AssemblyDomainEleOp = FormsIntegrators< DomainEleOp >::Assembly< PETSC >::OpBase |
| typedef boost::function< double(const double, const double, const double)> | Poisson2DHomogeneousOperators::ScalarFunc |
Variables | |
| FTensor::Index< 'i', SPACE_DIM > | Poisson2DHomogeneousOperators::i |
| using AssemblyDomainEleOp = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::OpBase |
Definition at line 27 of file poisson_2d_homogeneous.hpp.
| using DomainEle = ElementsAndOps<SPACE_DIM>::DomainEle |
Definition at line 24 of file poisson_2d_homogeneous.hpp.
Definition at line 25 of file poisson_2d_homogeneous.hpp.
| using ElementsAndOps = PipelineManager::ElementsAndOpsByDim<SPACE_DIM> |
Definition at line 23 of file poisson_2d_homogeneous.hpp.
| using EntData = EntitiesFieldData::EntData |
Definition at line 20 of file poisson_2d_homogeneous.hpp.