OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
DcpseRhs< dim > Class Template Reference

Detailed Description

template<unsigned int dim>
class DcpseRhs< dim >

Definition at line 11 of file DcpseRhs.hpp.

Public Member Functions

 DcpseRhs (const MonomialBasis< dim > &monomialBasis, const Point< dim, unsigned int > &differentialSignature)
 
template<typename T , typename MatrixType >
MatrixType & getVector (MatrixType &b)
 

Private Attributes

const Point< dim, unsigned int > differentialSignature
 
const MonomialBasis< dim > derivatives
 
int sign
 

Constructor & Destructor Documentation

◆ DcpseRhs()

template<unsigned int dim>
DcpseRhs< dim >::DcpseRhs ( const MonomialBasis< dim > &  monomialBasis,
const Point< dim, unsigned int > &  differentialSignature 
)

Definition at line 27 of file DcpseRhs.hpp.

Member Function Documentation

◆ getVector()

template<unsigned int dim>
template<typename T , typename MatrixType >
MatrixType & DcpseRhs< dim >::getVector ( MatrixType &  b)

Definition at line 43 of file DcpseRhs.hpp.

Field Documentation

◆ derivatives

template<unsigned int dim>
const MonomialBasis<dim> DcpseRhs< dim >::derivatives
private

Definition at line 15 of file DcpseRhs.hpp.

◆ differentialSignature

template<unsigned int dim>
const Point<dim, unsigned int> DcpseRhs< dim >::differentialSignature
private

Definition at line 14 of file DcpseRhs.hpp.

◆ sign

template<unsigned int dim>
int DcpseRhs< dim >::sign
private

Definition at line 16 of file DcpseRhs.hpp.


The documentation for this class was generated from the following file: