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