1#ifndef HHO_DOF_TYPES_HPP
2#define HHO_DOF_TYPES_HPP
10 template<TensorRankE Rank>
11 struct HHODOFsTypes {};
14 struct HHODOFsTypes<
Scalar> {
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