dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::L2Projection< GFS, U > Class Template Reference

#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 MassMatricesinverseMassMatrices (const Element &e)
 Calculate the inverse local mass matrix, used in the local L2 projection. More...
 

Detailed Description

template<class GFS, class U>
class Dune::PDELab::L2Projection< GFS, U >

Todo:
Template Parameters
GFSType of ansatz space
UContainer class for the solution

Member Typedef Documentation

◆ MassMatrices

template<class GFS , class U >
typedef std::array<MassMatrix,TypeTree::TreeInfo<GFS>::leafCount> Dune::PDELab::L2Projection< GFS, U >::MassMatrices

◆ MassMatrix

template<class GFS , class U >
typedef DynamicMatrix<typename U::ElementType> Dune::PDELab::L2Projection< GFS, U >::MassMatrix

Constructor & Destructor Documentation

◆ L2Projection()

template<class GFS , class U >
Dune::PDELab::L2Projection< GFS, U >::L2Projection ( const GFS &  gfs,
int  intorder = 2 
)
inlineexplicit

The constructor.

Todo:
Doc params!

Member Function Documentation

◆ inverseMassMatrices()

template<class GFS , class U >
const MassMatrices& Dune::PDELab::L2Projection< GFS, U >::inverseMassMatrices ( const Element &  e)
inline

Calculate the inverse local mass matrix, used in the local L2 projection.

Todo:

Doc template params

Doc params


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