v0.14.0
Classes | Namespaces | Typedefs | Variables
poisson_2d_homogeneous.hpp File Reference

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
 

Variables

FTensor::Index< 'i', SPACE_DIMPoisson2DHomogeneousOperators::i
 
const double Poisson2DHomogeneousOperators::body_source = 5.
 

Typedef Documentation

◆ AssemblyDomainEleOp

using AssemblyDomainEleOp = FormsIntegrators<DomainEleOp>::Assembly<PETSC>::OpBase
Examples
poisson_2d_homogeneous.hpp.

Definition at line 27 of file poisson_2d_homogeneous.hpp.

◆ DomainEle

Definition at line 23 of file poisson_2d_homogeneous.hpp.

◆ DomainEleOp

Definition at line 24 of file poisson_2d_homogeneous.hpp.

◆ ElementsAndOps

template<int DIM>
using ElementsAndOps = PipelineManager::ElementsAndOpsByDim<SPACE_DIM>

Definition at line 22 of file poisson_2d_homogeneous.hpp.

◆ EntData

using EntData = EntitiesFieldData::EntData
Examples
poisson_2d_homogeneous.hpp.

Definition at line 19 of file poisson_2d_homogeneous.hpp.