|
dune-localfunctions 2.10
|
Local coefficients for dual simplex P1 elements. More...
#include <dune/localfunctions/dualmortarbasis/dualp1/dualp1localcoefficients.hh>

Public Member Functions | |
| DualP1LocalCoefficients () | |
| 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_ |
Local coefficients for dual simplex P1 elements.
|
inline |
Standard constructor.
|
inlinevirtual |
get i'th index
Implements Dune::LocalCoefficientsVirtualInterface.
|
inlinevirtual |
number of coefficients
Implements Dune::LocalCoefficientsVirtualInterface.
|
protectedinherited |