|
dune-fem 2.8.0
|
Local Mass Matrix for Legendre space. More...
#include <dune/fem/space/discontinuousgalerkin/localdgmassmatrix.hh>

Public Types | |
| typedef BaseType::EntityType | EntityType |
| enum | { dimRange = DiscreteFunctionSpaceType :: dimRange } |
| enum | { localBlockSize = DiscreteFunctionSpaceType :: localBlockSize } |
| enum | { dgNumDofs = localBlockSize } |
| enum | { StructuredGrid = Dune::Capabilities::isCartesian< GridType >::v } |
| is true if grid is structured grid More... | |
| typedef DiscreteFunctionSpace | DiscreteFunctionSpaceType |
| typedef DiscreteFunctionSpaceType::RangeFieldType | ctype |
| typedef DiscreteFunctionSpaceType::RangeFieldType | RangeFieldType |
| typedef DiscreteFunctionSpaceType::RangeType | RangeType |
| typedef Dune::FieldMatrix< ctype, dgNumDofs, dgNumDofs > | DGMatrixType |
| typedef Dune::FieldVector< ctype, dgNumDofs > | DGVectorType |
| typedef DiscreteFunctionSpaceType::GridPartType | GridPartType |
| typedef DiscreteFunctionSpaceType::IndexSetType | IndexSetType |
| typedef IndexSetType::IndexType | IndexType |
| typedef DiscreteFunctionSpaceType::BasisFunctionSetType | BasisFunctionSetType |
| typedef GridPartType::GridType | GridType |
| typedef EntityType::Geometry | Geometry |
| typedef VolumeQuadrature | VolumeQuadratureType |
| typedef Fem::GeometryAffinityCheck< VolumeQuadratureType > | GeometryAffinityCheckType |
| typedef AllGeomTypes< typename GridPartType ::IndexSetType, GridType > | GeometryInformationType |
| typedef GeometryInformationType::DomainType | DomainType |
| typedef Dune::DynamicMatrix< RangeFieldType > | MatrixType |
| typedef Dune::DynamicVector< RangeFieldType > | VectorType |
Public Member Functions | |
| void | applyInverse (MassCallerType &caller, const EntityType &en, const BasisFunction &basisFunction, LocalFunctionType &lf) const |
| void | applyInverse (MassCallerType &caller, const EntityType &en, LocalFunctionType &lf) const |
| void | applyInverse (const EntityType &en, LocalFunctionType &lf) const |
| apply local dg mass matrix to local function lf without mass factor | |
| void | applyInverse (const EntityType &en, const BasisFunction &basisFunction, LocalFunctionType &lf) const |
| void | applyInverse (LocalFunction &lf) const |
| apply local dg mass matrix to local function lf without mass factor | |
| template<class MassCaller , class BasisFunctionSet , class LocalFunction > | |
| void | applyInverse (MassCaller &caller, const EntityType &entity, const BasisFunctionSet &basisFunctionSet, LocalFunction &lf) const |
| template<class MassCaller , class LocalFunction > | |
| void | applyInverse (MassCaller &caller, const EntityType &entity, LocalFunction &lf) const |
| template<class LocalFunction > | |
| void | applyInverse (const EntityType &entity, LocalFunction &lf) const |
| apply local dg mass matrix to local function lf without mass factor | |
| template<class BasisFunctionSet , class LocalFunction > | |
| void | applyInverse (const EntityType &entity, const BasisFunctionSet &basisFunctionSet, LocalFunction &lf) const |
| void | rightMultiplyInverse (LocalMatrix &localMatrix) const |
| compute localMatrix * M^-1 | |
| void | leftMultiplyInverse (LocalMatrix &localMatrix) const |
| compute M^-1 * localMatrix | |
| int | volumeQuadratureOrder (const EntityType &entity) const |
| return appropriate quadrature order, default is 2 * order(entity) | |
| bool | affine () const |
| returns true if geometry mapping is affine | |
| double | getAffineMassFactor (const Geometry &geo) const |
| return mass factor for diagonal mass matrix | |
| template<class BasisFunctionSet > | |
| bool | checkInterpolationBFS (const BasisFunctionSet &bfs) const |
| const DiscreteFunctionSpaceType & | space () const |
Protected Types | |
| typedef std::pair< std::unique_ptr< MatrixType >, std::unique_ptr< VectorType > > | MatrixPairType |
| typedef std::map< const int, MatrixPairType > | MassMatrixStorageType |
| typedef std::vector< MassMatrixStorageType > | LocalInverseMassMatrixStorageType |
Protected Member Functions | |
| bool | checkDiagonalMatrix (const MatrixType &matrix) const |
| template<class BasisFunctionSet > | |
| MatrixPairType & | getLocalInverseMassMatrix (const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisSet, int numBasisFct) const |
| template<class MassCaller , class BasisFunctionSet > | |
| MatrixType & | getLocalInverseMassMatrixDefault (MassCaller &caller, const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisSet) const |
| int | maxNumDofs () const |
| int | maxVolumeQuadratureOrder () const |
| return appropriate quadrature order, default is 2 * order() | |
| template<class MassCaller , class BasisFunctionSet , class LocalFunction > | |
| void | applyInverseDgOrthoNormalBasis (MassCaller &caller, const EntityType &entity, const BasisFunctionSet &basisFunctionSet, LocalFunction &lf) const |
| template<class LocalMatrix > | |
| void | rightMultiplyInverseDgOrthoNormalBasis (LocalMatrix &localMatrix) const |
| compute localMatrix * M^-1 | |
| template<class LocalMatrix > | |
| void | leftMultiplyInverseDgOrthoNormalBasis (LocalMatrix &localMatrix) const |
| compute M^-1 * localMatrix | |
| bool | entityHasChanged (const EntityType &entity) const |
| returns true if the entity has been changed | |
| template<class MassCaller , class BasisFunctionSet , class LocalFunction > | |
| void | applyInverseDefault (MassCaller &caller, const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisFunctionSet, LocalFunction &lf) const |
| template<class LocalMatrix > | |
| void | rightMultiplyInverseDefault (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
| compute localMatrix * M^-1 | |
| template<class LocalMatrix > | |
| void | leftMultiplyInverseDefault (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
| compute M^-1 * localMatrix | |
| template<class BasisFunctionSet , class LocalFunction > | |
| void | applyInverseLocally (const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisFunctionSet, LocalFunction &lf) const |
| apply local mass matrix to local function lf | |
| template<class LocalMatrix > | |
| const VectorType & | setupInverseDiagonal (const EntityType &entity, const Geometry &geo, const VectorType &refElemDiagonal, LocalMatrix &localMatrix) const |
| template<class LocalMatrix > | |
| void | rightMultiplyInverseLocally (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
| template<class LocalMatrix > | |
| void | leftMultiplyInverseLocally (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
| compute M^-1 * localMatrix | |
| bool | setup () const |
| setup and return affinity | |
| template<class MassCaller , class Matrix > | |
| void | buildMatrix (MassCaller &caller, const EntityType &entity, const Geometry &geo, const BasisFunctionSetType &set, std::size_t numDofs, Matrix &matrix) const |
| build local mass matrix | |
| template<class Matrix > | |
| void | buildMatrixNoMassFactor (const EntityType &en, const Geometry &geo, const BasisFunctionSetType &set, const VolumeQuadratureType &volQuad, const int numDofs, Matrix &matrix, const bool applyIntegrationElement=true) const |
| build local mass matrix with mass factor | |
| template<class MassCallerType , class Matrix > | |
| void | buildMatrixWithMassFactor (MassCallerType &caller, const EntityType &en, const Geometry &geo, const BasisFunctionSetType &set, const VolumeQuadratureType &volQuad, const int numDofs, Matrix &matrix) const |
| build local mass matrix with mass factor | |
| template<class Matrix , class Rhs , class X > | |
| void | multiply (const int size, const Matrix &matrix, const Rhs &rhs, X &x) const |
Protected Attributes | |
| std::shared_ptr< const DiscreteFunctionSpaceType > | spc_ |
| const IndexSetType & | indexSet_ |
| GeometryInformationType | geoInfo_ |
| const std::function< int(const int)> | volumeQuadratureOrder_ |
| const bool | affine_ |
| DGMatrixType | dgMatrix_ |
| DGVectorType | dgX_ |
| DGVectorType | dgRhs_ |
| VectorType | rhs_ |
| VectorType | row_ |
| MatrixType | matrix_ |
| std::vector< RangeType > | phi_ |
| std::vector< RangeType > | phiMass_ |
| LocalInverseMassMatrixStorageType | localInverseMassMatrix_ |
| IndexType | lastEntityIndex_ |
| unsigned int | lastTopologyId_ |
| int | sequence_ |
Local Mass Matrix for Legendre space.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
returns true if geometry mapping is affine
|
inlineinherited |
|
inlineinherited |
apply local dg mass matrix to local function lf without mass factor
|
inlineinherited |
|
inlineinherited |
apply local dg mass matrix to local function lf without mass factor
|
inlineinherited |
apply local dg mass matrix to local function lf without mass factor
|
inlineinherited |
apply local dg mass matrix to local function lf using the massFactor method of the caller
|
inlineinherited |
apply local dg mass matrix to local function lf using the massFactor method of the caller
|
inlineinherited |
apply local dg mass matrix to local function lf using the massFactor method of the caller
|
inlineinherited |
|
inlineprotectedinherited |
apply local mass matrix to local function lf using the massFactor method of the caller
|
inlineprotectedinherited |
|
inlineprotectedinherited |
apply local mass matrix to local function lf
|
inlineprotectedinherited |
build local mass matrix
|
inlineprotectedinherited |
build local mass matrix with mass factor
|
inlineprotectedinherited |
build local mass matrix with mass factor
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineprotectedinherited |
returns true if the entity has been changed
|
inlineinherited |
return mass factor for diagonal mass matrix
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
compute M^-1 * localMatrix
|
inlineprotectedinherited |
compute M^-1 * localMatrix
|
inlineprotectedinherited |
compute M^-1 * localMatrix
|
inlineprotectedinherited |
compute M^-1 * localMatrix
|
inlineprotectedinherited |
|
inlineprotectedinherited |
return appropriate quadrature order, default is 2 * order()
|
inlineprotectedinherited |
|
inlineinherited |
compute localMatrix * M^-1
|
inlineprotectedinherited |
compute localMatrix * M^-1
|
inlineprotectedinherited |
compute localMatrix * M^-1
|
inlineprotectedinherited |
|
inlineprotectedinherited |
setup and return affinity
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
return appropriate quadrature order, default is 2 * order(entity)
|
protectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |