| FEAT 3
    Finite Element Analysis Toolbox | 
Discontinuous Element namespace. More...
| Namespaces | |
| namespace | Variant | 
| Discontinuous element variant namespace. | |
| Typedefs | |
| template<typename Trafo_ > | |
| using | ElementP0 = Element< Trafo_, Variant::StdPolyP< 0 > > | 
| P0dc element template alias.  More... | |
| template<typename Trafo_ > | |
| using | ElementP1 = Element< Trafo_, Variant::StdPolyP< 1 > > | 
| P1dc element template alias.  More... | |
| Variables | |
| static constexpr SpaceTags | ref_caps_p1 = SpaceTags::value | SpaceTags::grad | 
Discontinuous Element namespace.
| using FEAT::Space::Discontinuous::ElementP0 = typedef Element<Trafo_, Variant::StdPolyP<0> > | 
P0dc element template alias.
This is merely a template alias for "Element<Trafo_, Variant::StdPolyP<0>>".
Definition at line 146 of file element.hpp.
| using FEAT::Space::Discontinuous::ElementP1 = typedef Element<Trafo_, Variant::StdPolyP<1> > | 
P1dc element template alias.
This is merely a template alias for "Element<Trafo_, Variant::StdPolyP<1>>".
Definition at line 154 of file element.hpp.
| 
 | staticconstexpr | 
Definition at line 87 of file evaluator.hpp.