dune-localfunctions
2.9.0
|
Layout map for P0 elements. More...
#include <dune/localfunctions/lagrange/p0/p0localcoefficients.hh>
Public Member Functions | |
P0LocalCoefficients () | |
Standard constructor. More... | |
std::size_t | size () const |
number of coefficients More... | |
const LocalKey & | localKey ([[maybe_unused]] std::size_t i) const |
get i'th index More... | |
const LocalKey & | localKey (std::size_t i) const |
get i'th index More... | |
Protected Attributes | |
const Imp & | impl_ |
Layout map for P0 elements.
|
inline |
Standard constructor.
|
inline |
get i'th index
|
inlinevirtualinherited |
get i'th index
Implements Dune::LocalCoefficientsVirtualInterface.
Reimplemented in Dune::RefinedP0LocalCoefficients< k >, Dune::RefinedP0LocalCoefficients< 1 >, Dune::RefinedP0LocalCoefficients< 2 >, Dune::RefinedP0LocalCoefficients< 3 >, Dune::RT4Cube2DLocalCoefficients, Dune::RT3Cube2DLocalCoefficients, Dune::RT2Cube2DLocalCoefficients, Dune::RT1Cube3DLocalCoefficients, Dune::RT1Cube2DLocalCoefficients, Dune::RT0PyramidLocalCoefficients, Dune::RT0PrismLocalCoefficients, Dune::RT0Cube3DLocalCoefficients, Dune::RT0Cube2DLocalCoefficients, Dune::RT03DLocalCoefficients, Dune::RT02DLocalCoefficients, Dune::MonomialLocalCoefficients< static_size >, Dune::MimeticLocalCoefficients, Dune::DualQ1LocalCoefficients< dim >, and Dune::DualP1LocalCoefficients< dim >.
|
inlinevirtual |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
protectedinherited |