dune-pdelab 2.7-git
|
#include <dune/pdelab/adaptivity/adaptivity.hh>
Public Types | |
typedef DynamicMatrix< typename U::ElementType > | MassMatrix |
typedef std::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 std::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 |