|
HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Basis for the complement H^{c,k}(T) in P^k(T)^{2x2} of the range of the Hessian on a face. More...
#include <basis.hpp>
Public Types | |
| typedef MatrixRd | FunctionValue |
| typedef void | GradientValue |
| typedef void | CurlValue |
| typedef void | DivergenceValue |
| typedef void | RotorValue |
| typedef void | HessianValue |
| typedef Cell | GeometricSupport |
Public Member Functions | |
| HolyComplBasisCell (const Cell &T, size_t degree) | |
| Constructor. | |
| size_t | dimension () const |
| Compute the dimension of the basis. | |
| FunctionValue | function (size_t i, const VectorRd &x) const |
| Evaluate the i-th basis function at point x. | |
| size_t | max_degree () const |
| Returns the maximum degree of the basis functions. | |
Static Public Attributes | |
| static constexpr const TensorRankE | tensorRank = Matrix |
| static constexpr const bool | hasAncestor = false |
| static const bool | hasFunction = true |
| static const bool | hasGradient = false |
| static const bool | hasCurl = false |
| static const bool | hasDivergence = true |
| static const bool | hasRotor = false |
| static const bool | hasHessian = false |
Basis for the complement H^{c,k}(T) in P^k(T)^{2x2} of the range of the Hessian on a face.