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

Public Member Functions | |
| BDFMCubeLocalCoefficients () | |
| Standard constructor. More... | |
| std::size_t | size () const |
| number of coefficients More... | |
| auto | localKey (std::size_t i) const -> const LocalKey & |
| geth i'th index More... | |
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.
|
inlinevirtual |
geth i'th index
Implements Dune::LocalCoefficientsVirtualInterface.
|
inlinevirtual |
number of coefficients
Implements Dune::LocalCoefficientsVirtualInterface.
|
protectedinherited |