v0.14.0
Classes | Namespaces | Typedefs | Variables
poisson_2d_homogeneous.hpp File Reference
#include <MoFEM.hpp>

Go to the source code of this file.

Classes

struct  Poisson2DHomogeneousOperators::OpDomainLhsMatrixK
 
struct  Poisson2DHomogeneousOperators::OpDomainRhsVectorF
 

Namespaces

 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_DIMPoisson2DHomogeneousOperators::i
 

Typedef Documentation

◆ AssemblyDomainEleOp

Examples
poisson_2d_homogeneous.hpp.

Definition at line 28 of file poisson_2d_homogeneous.hpp.

◆ DomainEle

Definition at line 24 of file poisson_2d_homogeneous.hpp.

◆ DomainEleOp

Definition at line 25 of file poisson_2d_homogeneous.hpp.

◆ ElementsAndOps

Definition at line 23 of file poisson_2d_homogeneous.hpp.

◆ EntData

Examples
poisson_2d_homogeneous.hpp.

Definition at line 20 of file poisson_2d_homogeneous.hpp.