| 
    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 <hhospace.hpp>
Public Types | |
| typedef Cell | GeometricSupport | 
| Geometric support.   | |
Public Attributes | |
| std::unique_ptr< PolyBasisCellType > | Polykpo | 
| std::unique_ptr< PolyBasisCellType > | Polyk | 
| std::unique_ptr< PolydBasisCellType > | Polykd | 
Structure to store element bases.
'Poly': basis of polynomial space.
'k' and 'kpo' (k+1) determines the degree.
'd' for vector-valued.