dune-localfunctions
2.2.0
|
Coefficients for lowest order edge elements on simplices. More...
#include <dune/localfunctions/whitney/edges0.5/coefficients.hh>
Public Member Functions | |
EdgeS0_5Coefficients () | |
Standard constructor. | |
std::size_t | size () const |
number of coefficients | |
const LocalKey & | localKey (std::size_t i) const |
get i'th index | |
Static Private Attributes | |
static const GenericReferenceElement < double, dim > & | refelem |
The reference element for this edge element. | |
static const std::size_t | s |
The number of base functions. |
Coefficients for lowest order edge elements on simplices.
dim | Dimension of both domain and range. |
Dune::EdgeS0_5Coefficients< dim >::EdgeS0_5Coefficients | ( | ) | [inline] |
Standard constructor.
References Dune::EdgeS0_5Common< dim >::s.
const LocalKey& Dune::EdgeS0_5Coefficients< dim >::localKey | ( | std::size_t | i | ) | const [inline] |
get i'th index
Reimplemented from Dune::CoefficientsInterface.
std::size_t Dune::EdgeS0_5Coefficients< dim >::size | ( | ) | const [inline] |
number of coefficients
Reimplemented from Dune::CoefficientsInterface.
References Dune::EdgeS0_5Common< dim >::s.