dune-localfunctions 2.10
|
Layout map for Raviart-Thomas-2 elements on quadrilaterals. More...
#include <dune/localfunctions/raviartthomas/raviartthomas2cube2d/raviartthomas2cube2dlocalcoefficients.hh>
Public Member Functions | |
RT2Cube2DLocalCoefficients () | |
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 Raviart-Thomas-2 elements on quadrilaterals.
|
inline |
Standard constructor.
|
inlinevirtual |
get i'th index
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
inlinevirtual |
number of coefficients
Reimplemented from Dune::LocalCoefficientsVirtualImp< Imp >.
|
protectedinherited |