dune-pdelab
2.0.0
|
#include <dune/pdelab/adaptivity/adaptivity.hh>
Public Types | |
typedef DynamicMatrix < typename U::ElementType > | MassMatrix |
typedef array< MassMatrix, TypeTree::TreeInfo< GFS > ::leafCount > | MassMatrices |
Public Member Functions | |
L2Projection (const GFS &gfs, int intorder=2) | |
The constructor. More... | |
const MassMatrices & | inverseMassMatrices (const Element &e) |
Calculate the inverse local mass matrix, used in the local L2 projection. More... | |
GFS | Type of ansatz space |
U | Container class for the solution |
typedef array<MassMatrix,TypeTree::TreeInfo<GFS>::leafCount> Dune::PDELab::L2Projection< GFS, U >::MassMatrices |
typedef DynamicMatrix<typename U::ElementType> Dune::PDELab::L2Projection< GFS, U >::MassMatrix |
|
inlineexplicit |
The constructor.
|
inline |
Calculate the inverse local mass matrix, used in the local L2 projection.
Doc template params
Doc params
Referenced by Dune::PDELab::backup_visitor< GFS, DOFVector, TransferMap >::leaf().