Intrepid2
|
Implementation of H(div) basis on the wedge that is templated on H(div,tri), H(vol,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(div) basis on the wedge that is templated on H(div,tri), H(vol,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:
Our Family 1 corresponds to the following ESEAS entities:
Our Family 2 corresponds to:
See p. 450 in Fuentes et al. (https://doi.org/10.1016/j.camwa.2015.04.027).
Definition in file Intrepid2_DerivedBasis_HDIV_WEDGE.hpp.