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 <ddrcore.hpp>
Public Types | |
typedef Cell | GeometricSupport |
Geometric support. | |
Public Attributes | |
std::unique_ptr< PolyBasisCellType > | Polykpo |
std::unique_ptr< PolyBasisCellType > | Polyk |
std::unique_ptr< PolyBasisCellType > | Polykmo |
std::unique_ptr< PolyBasisCellType > | Polykmtwo |
std::unique_ptr< Poly2BasisCellType > | Polyk2 |
std::unique_ptr< Poly2BasisCellType > | Polykmo2 |
std::unique_ptr< RolyBasisCellType > | Rolykmo |
std::unique_ptr< RolyComplBasisCellType > | RolyComplk |
std::unique_ptr< RolyComplBasisCellType > | RolyComplkp2 |
std::unique_ptr< GolyComplBasisCellType > | GolyComplkp2 |
Structure to store element bases.
'Poly': basis of polynomial space; 'Goly': gradient basis; 'Roly': curl basis.
'k', 'kmo' (k-1) and 'kpo' (k+1) determines the degree.
'Compl' for the complement of the corresponding 'Goly' or 'Roly' in the 'Poly' space