Intrepid2
|
Implementation of H(curl) basis on the wedge that is templated on H(grad,tri), H(curl,tri), H(grad,line), and H(vol,line). More...
#include <Kokkos_DynRankView.hpp>
#include "Intrepid2_Polynomials.hpp"
#include "Intrepid2_Sacado.hpp"
#include "Intrepid2_DirectSumBasis.hpp"
#include "Intrepid2_TensorBasis.hpp"
Go to the source code of this file.
Implementation of H(curl) basis on the wedge that is templated on H(grad,tri), H(curl,tri), H(grad,line), and H(vol,line).
This class constructs the H(curl) space as the direct sum of two families of tensor-product bases on the triangle and line:
The way that each family decomposes into operators on the component bases cannot be expressed simply with scalar weights and EOperators on component bases; instead, a 90-degree rotation is required for the curl evaluations. This motivated the addition of a boolean flag indicating such a rotation in OperatorTensorDecomposition.
Our Family 1 corresponds to the following ESEAS entities:
Our Family 2 corresponds to:
See p. 449 in Fuentes et al. (https://doi.org/10.1016/j.camwa.2015.04.027).
Definition in file Intrepid2_DerivedBasis_HCURL_WEDGE.hpp.