HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Loading...
Searching...
No Matches
hho-dofs-types.hpp
Go to the documentation of this file.
1#ifndef HHO_DOF_TYPES_HPP
2#define HHO_DOF_TYPES_HPP
3
4#include "discrete-space.hpp"
5
6namespace HArDCore2D {
7
8 namespace DSL {
9
10 template<TensorRankE Rank>
11 struct HHODOFsTypes {};
12
13 template<>
20
21 template<>
28
29 } // namespace DSL
30
31} // namespace HArDCore2D
32
33#endif
Definition basis.hpp:311
Matrix family obtained from a scalar family.
Definition basis.hpp:719
Vector family obtained by tensorization of a scalar family.
Definition basis.hpp:559
@ Scalar
Definition basis.hpp:66
@ Vector
Definition basis.hpp:67
Definition ddr-klplate.hpp:27
PolynCellType GradientReconstructionType
Definition hho-dofs-types.hpp:17
PolyCellType PotentialReconstructionType
Definition hho-dofs-types.hpp:18
PolyCellType CellDOFsType
Definition hho-dofs-types.hpp:15
PolyEdgeType EdgeDOFsType
Definition hho-dofs-types.hpp:16
PolynCellType CellDOFsType
Definition hho-dofs-types.hpp:23
PolynCellType PotentialReconstructionType
Definition hho-dofs-types.hpp:26
PolynEdgeType EdgeDOFsType
Definition hho-dofs-types.hpp:24
PolynxnCellType GradientReconstructionType
Definition hho-dofs-types.hpp:25
Definition hho-dofs-types.hpp:11