HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
|
Structure to store element bases. More...
#include <vhhospace.hpp>
Public Types | |
typedef Cell | GeometricSupport |
Geometric support. | |
Public Attributes | |
std::unique_ptr< PolyBasisCellType > | Polykpo |
std::unique_ptr< PolyBasisCellType > | Polyk |
std::unique_ptr< PolydBasisCellType > | Polykpod |
std::unique_ptr< PolydBasisCellType > | Polykd |
std::unique_ptr< PolydxdBasisCellType > | Polykdxd |
std::unique_ptr< PolySymdxdBasisCellType > | PolySymkdxd |
Structure to store element bases.
'Poly': basis of polynomial space.
'k' and 'kpo' (k+1) determines the degree.
'd' for vector-valued, 'dxd' for matrix-valued