dune-localfunctions
2.3.0
|
Local coefficients for dual simplex P1 elements. More...
#include <dune/localfunctions/dualmortarbasis/dualp1/dualp1localcoefficients.hh>
Public Member Functions | |
DualP1LocalCoefficients () | |
Standard constructor. More... | |
std::size_t | size () const |
number of coefficients More... | |
const LocalKey & | localKey (std::size_t i) const |
get i'th index More... | |
Protected Attributes | |
const Imp & | impl_ |
Local coefficients for dual simplex P1 elements.
|
inline |
Standard constructor.
References Dune::DualP1LocalCoefficients< dim >::size().
|
inlinevirtual |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
inlinevirtual |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
Referenced by Dune::DualP1LocalCoefficients< dim >::DualP1LocalCoefficients().
|
protectedinherited |