15#ifndef Intrepid2_HierarchicalBasisFamily_h
16#define Intrepid2_HierarchicalBasisFamily_h
38 template<
typename ExecutionSpace,
typename OutputScalar,
typename Po
intScalar>
40 :
public Basis<ExecutionSpace,OutputScalar,PointScalar> {
42 dummyBasis(
int , EPointType = POINTTYPE_DEFAULT) {};
47 template<
typename DeviceType,
48 typename OutputScalar = double,
49 typename PointScalar = double,
50 bool defineVertexFunctions =
true>
61 template<
typename DeviceType,
62 typename OutputScalar = double,
63 typename PointScalar = double,
64 bool defineVertexFunctions =
true>
76 template<
typename DeviceType,
77 typename OutputScalar = double,
78 typename PointScalar = double,
79 bool defineVertexFunctions =
true>
110 template<
typename DeviceType,
111 typename OutputScalar = double,
112 typename PointScalar =
double>
113 using HierarchicalBasisFamily = DerivedBasisFamily< IntegratedLegendreBasis_HGRAD_LINE<DeviceType,OutputScalar,PointScalar,true>,
114 LegendreBasis_HVOL_LINE<DeviceType,OutputScalar,PointScalar>,
115 HierarchicalTriangleBasisFamily<DeviceType,OutputScalar,PointScalar>,
116 HierarchicalTetrahedronBasisFamily<DeviceType,OutputScalar,PointScalar>,
117 HierarchicalPyramidBasisFamily<DeviceType,OutputScalar,PointScalar>
128 template<
typename DeviceType,
129 typename OutputScalar = double,
130 typename PointScalar =
double>
131 using DGHierarchicalBasisFamily = DerivedBasisFamily< IntegratedLegendreBasis_HGRAD_LINE<DeviceType,OutputScalar,PointScalar,false>,
132 LegendreBasis_HVOL_LINE<DeviceType,OutputScalar,PointScalar>,
133 HierarchicalTriangleBasisFamily<DeviceType,OutputScalar,PointScalar,false>,
134 HierarchicalTetrahedronBasisFamily<DeviceType,OutputScalar,PointScalar,false>,
135 HierarchicalPyramidBasisFamily<DeviceType,OutputScalar,PointScalar,false>
Stateless class representing a family of basis functions, templated on H(vol) and H(grad) on the line...
H(curl) basis on the triangle using a construction involving Legendre and integrated Jacobi polynomia...
H(curl) basis on the triangle using a construction involving Legendre and integrated Jacobi polynomia...
H(div) basis on the pyramid based on integrated Legendre polynomials.
H(div) basis on the tetrahedron using a construction involving Legendre and integrated Jacobi polynom...
H(div) basis on the triangle using a construction involving Legendre and integrated Jacobi polynomial...
H(grad) basis on the line based on integrated Legendre polynomials.
H(grad) basis on the pyramid based on integrated Legendre polynomials.
H(grad) basis on the tetrahedon based on integrated Legendre polynomials.
H(grad) basis on the triangle based on integrated Legendre polynomials.
H(vol) basis on the line based on Legendre polynomials.
H(vol) basis on the pyramid based on Legendre polynomials.
H(vol) basis on the triangle based on integrated Legendre polynomials.
H(vol) basis on the triangle based on integrated Legendre polynomials.
A family of hierarchical basis functions, constructed in a way that follows work by Fuentes et al.
For mathematical details of the construction, see:
For mathematical details of the construction, see:
Basis defining integrated Legendre basis on the line, a polynomial subspace of H(grad) on the line.
For mathematical details of the construction, see:
For mathematical details of the construction, see:
Basis defining integrated Legendre basis on the line, a polynomial subspace of H(grad) on the line.
Basis defining integrated Legendre basis on the line, a polynomial subspace of H(grad) on the line.
Basis defining integrated Legendre basis on the line, a polynomial subspace of H(grad) on the line: e...
Basis defining integrated Legendre basis on the line, a polynomial subspace of H(grad) on the line.
Basis defining Legendre basis on the line, a polynomial subspace of H(vol) on the line: extension to ...
Basis defining Legendre basis on the line, a polynomial subspace of H(vol) on the line: extension to ...