dune-localfunctions
2.2.0
|
Layout map for P0 elements. More...
#include <dune/localfunctions/lagrange/p0/p0localcoefficients.hh>
Public Member Functions | |
P0LocalCoefficients () | |
Standard constructor. | |
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 P0 elements.
Dune::P0LocalCoefficients::P0LocalCoefficients | ( | ) | [inline] |
Standard constructor.
const LocalKey& Dune::P0LocalCoefficients::localKey | ( | std::size_t | i | ) | const [inline, virtual] |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
std::size_t Dune::P0LocalCoefficients::size | ( | ) | const [inline, virtual] |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
const Imp& Dune::LocalCoefficientsVirtualImp< Imp >::impl_ [protected, inherited] |