|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Vector family for polynomial functions that are tangent to an edge (determined by the generator) More...
#include <basis.hpp>
Public Types | |
| typedef VectorRd | FunctionValue |
| typedef VectorRd | GradientValue |
| typedef VectorRd | CurlValue |
| typedef void | DivergenceValue |
| typedef void | RotorValue |
| typedef void | HessianValue |
| typedef Edge | GeometricSupport |
| typedef ScalarFamilyType | AncestorType |
Public Member Functions | |
| TangentFamily (const ScalarFamilyType &scalar_family, const VectorRd &generator) | |
| Constructor. | |
| size_t | dimension () const |
| Return the dimension of the family. | |
| FunctionValue | function (size_t i, const VectorRd &x) const |
| Evaluate the i-th basis function at point x. | |
| constexpr const ScalarFamilyType & | ancestor () const |
| Return the ancestor (family used for the tangent) | |
| size_t | max_degree () const |
| Returns the maximum degree of the basis functions. | |
| VectorRd | generator () const |
| Returns the generator of the basis functions. | |
Static Public Attributes | |
| static constexpr const TensorRankE | tensorRank = Vector |
| static constexpr const bool | hasAncestor = true |
| static const bool | hasFunction = true |
| static const bool | hasGradient = false |
| static const bool | hasCurl = false |
| static const bool | hasDivergence = false |
| static const bool | hasRotor = false |
| static const bool | hasHessian = false |
| static const bool | hasCurlCurl = ScalarFamilyType::hasHessian |
Vector family for polynomial functions that are tangent to an edge (determined by the generator)