|
dune-localfunctions 2.10
|
Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes. More...
#include <dune/localfunctions/brezzidouglasfortinmarini/cube/localcoefficients.hh>

Public Member Functions | |
| BDFMCubeLocalCoefficients () | |
| Standard constructor. | |
| std::size_t | size () const |
| number of coefficients | |
| auto | localKey (std::size_t i) const -> const LocalKey & |
| geth i'th index | |
| const LocalKey & | localKey (std::size_t i) const |
| get i'th index | |
Protected Attributes | |
| const Imp & | impl_ |
Layout map for Brezzi-Douglas-Fortin-Marini elements on cubes.
| D | Type of represent the field in the domain. |
| R | Type of represent the field in the domain. |
| dim | dimension of the reference element, must be >= 2. |
| order | order of the element, must be >= 1. |
|
inline |
Standard constructor.
|
inline |
geth i'th index
|
inlinevirtualinherited |
get i'th index
Implements Dune::LocalCoefficientsVirtualInterface.
Reimplemented in Dune::MimeticLocalCoefficients, Dune::MonomialLocalCoefficients< static_size >, Dune::P0LocalCoefficients, Dune::RefinedP0LocalCoefficients< k >, Dune::RefinedP0LocalCoefficients< 1 >, Dune::RefinedP0LocalCoefficients< 2 >, Dune::RefinedP0LocalCoefficients< 3 >, Dune::RT02DLocalCoefficients, Dune::RT03DLocalCoefficients, Dune::RT0Cube2DLocalCoefficients, Dune::RT0Cube3DLocalCoefficients, Dune::RT0PrismLocalCoefficients, Dune::RT0PyramidLocalCoefficients, Dune::RT1Cube2DLocalCoefficients, Dune::RT1Cube3DLocalCoefficients, Dune::RT2Cube2DLocalCoefficients, Dune::RT3Cube2DLocalCoefficients, and Dune::RT4Cube2DLocalCoefficients.
|
inlinevirtual |
number of coefficients
Implements Dune::LocalCoefficientsVirtualInterface.
|
protectedinherited |