|
dune-localfunctions 2.10
|
Basis for order 0.5 (lowest order) edge elements on simplices. More...
#include <dune/localfunctions/whitney/edges0.5/basis.hh>

Classes | |
| struct | Traits |
| export type traits for function signature More... | |
Public Member Functions | |
| template<typename VertexOrder> | |
| EdgeS0_5Basis (const Geometry &geo, const VertexOrder &vertexOrder) | |
| Construct an EdgeS0_5Basis. | |
| std::size_t | size () const |
| number of shape functions | |
| void | evaluateFunction (const typename Traits::DomainLocal &xl, std::vector< typename Traits::Range > &out) const |
| Evaluate all shape functions. | |
| void | evaluateJacobian (const typename Traits::DomainLocal &, std::vector< typename Traits::Jacobian > &out) const |
| Evaluate all Jacobians. | |
| void | partial (const std::array< unsigned int, dim > &order, const typename Traits::DomainLocal &in, std::vector< typename Traits::Range > &out) const |
| Evaluate partial derivatives of all shape functions. | |
| std::size_t | order () const |
| Polynomial order of the shape functions. | |
Basis for order 0.5 (lowest order) edge elements on simplices.
| Geometry | Type of the local-to-global map. |
| RF | Type to represent the field in the range. |
|
inline |
Construct an EdgeS0_5Basis.
| geo | Geometry of the element to construct a local basis for. |
| vertexOrder | Vertex ordering information. Only the vertex order on the dim=1 sub-entities (edges) is required. |
|
inline |
Evaluate all shape functions.
|
inline |
Evaluate all Jacobians.
|
inline |
Polynomial order of the shape functions.
|
inline |
Evaluate partial derivatives of all shape functions.
|
inline |
number of shape functions