Layout map for RefinedP0 elements. More...
#include <dune/localfunctions/refined/refinedp0/refinedp0localcoefficients.hh>
Public Member Functions | |
RefinedP0LocalCoefficients () | |
std::size_t | size () const |
number of coefficients | |
const LocalKey & | localKey (std::size_t i) const |
get i'th index | |
Protected Attributes | |
const Imp & | impl_ |
Layout map for RefinedP0 elements.
Dune::RefinedP0LocalCoefficients< k >::RefinedP0LocalCoefficients | ( | ) | [inline] |
const LocalKey& Dune::RefinedP0LocalCoefficients< k >::localKey | ( | std::size_t | i | ) | const [inline, virtual] |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
std::size_t Dune::RefinedP0LocalCoefficients< k >::size | ( | ) | const [inline, virtual] |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
const Imp& Dune::LocalCoefficientsVirtualImp< Imp >::impl_ [protected, inherited] |