|
dune-localfunctions
2.2.0
|
The local finite element needed for the Zou-Kornhuber estimator for Signorini problems. More...
Public Member Functions | |
| HierarchicalSimplexP2WithElementBubbleLocalCoefficients () | |
| Standard constructor. | |
| size_t | size () const |
| number of coefficients | |
| const Dune::LocalKey & | localKey (size_t i) const |
| get i'th index | |
The local finite element needed for the Zou-Kornhuber estimator for Signorini problems.
This shape function set consists of three parts:
Currently this element exists only for triangles!
The functions are associated to points by:
f_0 ~ (0.0, 0.0) f_1 ~ (1.0, 0.0) f_2 ~ (0.0, 1.0) f_3 ~ (0.5, 0.0) f_4 ~ (0.0, 0.5) f_5 ~ (0.5, 0.5) f_6 ~ (1/3, 1/3)
| D | Type to represent the field in the domain. |
| R | Type to represent the field in the range. |
| Dune::HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >::HierarchicalSimplexP2WithElementBubbleLocalCoefficients | ( | ) | [inline] |
Standard constructor.
| const Dune::LocalKey& Dune::HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >::localKey | ( | size_t | i | ) | const [inline] |
get i'th index
| size_t Dune::HierarchicalSimplexP2WithElementBubbleLocalCoefficients< dim >::size | ( | ) | const [inline] |
number of coefficients
1.7.6.1