dune-fem
2.4.1-rc
|
Local Mass Matrix for DG space. More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/discontinuousgalerkin/localdgmassmatrix.hh>
Public Member Functions | |
LocalMassMatrix (const DiscreteFunctionSpaceImp &spc, const int volQuadOrd=-1) | |
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 More... | |
void | applyInverse (LocalFunction &lf) const |
apply local dg mass matrix to local function lf without mass factor More... | |
void | applyInverse (MassCaller &caller, const EntityType &entity, LocalFunction &lf) const |
void | applyInverse (const EntityType &entity, LocalFunction &lf) const |
apply local dg mass matrix to local function lf without mass factor More... | |
void | rightMultiplyInverse (LocalMatrix &localMatrix) const |
bool | affine () const |
returns true if geometry mapping is affine More... | |
double | getAffineMassFactor (const Geometry &geo) const |
return mass factor for diagonal mass matrix More... | |
void | leftMultiplyInverse (LocalMatrix &localMatrix) const |
Protected Types | |
typedef std::map< const int, MatrixType * > | MassMatrixStorageType |
typedef std::vector< MassMatrixStorageType > | LocalInverseMassMatrixStorageType |
Protected Member Functions | |
MatrixType & | getLocalInverseMassMatrix (const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisSet, int numBasisFct) const |
MatrixType & | getLocalInverseMassMatrixDefault (MassCaller &caller, const EntityType &entity, const Geometry &geo, const BasisFunctionSet &basisSet) const |
int | volumeQuadratureOrder (const EntityType &entity) const |
return appropriate quadrature order, default is 2 * order(entity) More... | |
int | maxVolumeQuadratureOrder () const |
return appropriate quadrature order, default is 2 * order() More... | |
int | maxNumDofs () const |
void | applyInverseDgOrthoNormalBasis (MassCaller &caller, const EntityType &entity, LocalFunction &lf) const |
void | rightMultiplyInverseDgOrthoNormalBasis (LocalMatrix &localMatrix) const |
void | leftMultiplyInverseDgOrthoNormalBasis (LocalMatrix &localMatrix) const |
bool | entityHasChanged (const EntityType &entity) const |
returns true if the entity has been changed More... | |
void | applyInverseDefault (MassCaller &caller, const EntityType &entity, const Geometry &geo, LocalFunction &lf) const |
void | rightMultiplyInverseDefault (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
void | leftMultiplyInverseDefault (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
void | applyInverseLocally (MassCaller &caller, const EntityType &entity, const Geometry &geo, LocalFunction &lf) const |
void | rightMultiplyInverseLocally (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
void | leftMultiplyInverseLocally (const EntityType &entity, const Geometry &geo, LocalMatrix &localMatrix) const |
bool | setup () const |
setup and return affinity More... | |
void | buildMatrix (MassCaller &caller, const EntityType &entity, const Geometry &geo, const BasisFunctionSetType &set, std::size_t numDofs, Matrix &matrix) const |
build local mass matrix More... | |
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 More... | |
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 More... | |
void | multiply (const int size, const Matrix &matrix, const Rhs &rhs, X &x) const |
Protected Attributes | |
const DiscreteFunctionSpaceType & | spc_ |
const IndexSetType & | indexSet_ |
GeometryInformationType | geoInfo_ |
const int | volumeQuadOrd_ |
const bool | affine_ |
DGMatrixType | dgMatrix_ |
DGVectorType | dgX_ |
DGVectorType | dgRhs_ |
Dune::DynamicVector< RangeFieldType > | rhs_ |
Dune::DynamicVector< RangeFieldType > | row_ |
MatrixType | matrix_ |
std::vector< RangeType > | phi_ |
std::vector< RangeType > | phiMass_ |
LocalInverseMassMatrixStorageType | localInverseMassMatrix_ |
IndexType | lastEntityIndex_ |
unsigned int | lastTopologyId_ |
int | sequence_ |
Local Mass Matrix for DG space.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protectedinherited |
|
protectedinherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
is true if grid is structured grid
|
inline |
|
inlineinherited |
returns true if geometry mapping is affine
|
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 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 without mass factor
|
inlineinherited |
apply local dg mass matrix to local function lf without mass factor
|
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 using the massFactor method of the caller
|
inlineprotectedinherited |
build local mass matrix
|
inlineprotectedinherited |
build local mass matrix with mass factor
|
inlineprotectedinherited |
build local mass matrix with mass factor
|
inlineprotectedinherited |
returns true if the entity has been changed
|
inlineinherited |
return mass factor for diagonal mass matrix
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
return appropriate quadrature order, default is 2 * order()
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
setup and return affinity
|
inlineprotectedinherited |
return appropriate quadrature order, default is 2 * order(entity)
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |
|
protectedinherited |