HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
HArDCore2D::DDRCore::CellBases Struct Reference

Structure to store element bases. More...

#include <ddrcore.hpp>

Public Types

typedef Cell GeometricSupport
 Geometric support.
 

Public Attributes

std::unique_ptr< PolyBasisCellTypePolykpo
 
std::unique_ptr< PolyBasisCellTypePolyk
 
std::unique_ptr< PolyBasisCellTypePolykmo
 
std::unique_ptr< PolyBasisCellTypePolykmtwo
 
std::unique_ptr< Poly2BasisCellTypePolyk2
 
std::unique_ptr< Poly2BasisCellTypePolykmo2
 
std::unique_ptr< RolyBasisCellTypeRolykmo
 
std::unique_ptr< RolyComplBasisCellTypeRolyComplk
 
std::unique_ptr< RolyComplBasisCellTypeRolyComplkp2
 
std::unique_ptr< GolyComplBasisCellTypeGolyComplkp2
 

Detailed Description

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


The documentation for this struct was generated from the following file: