Intrepid2
Classes
Intrepid2_DerivedBasis_HCURL_QUAD.hpp File Reference

Implementation of H(curl) basis on the quadrilateral that is templated on H(vol) and H(grad) on the line. More...

#include <Kokkos_View.hpp>
#include <Kokkos_DynRankView.hpp>
#include "Intrepid2_Polynomials.hpp"
#include "Intrepid2_DirectSumBasis.hpp"
#include "Intrepid2_TensorBasis.hpp"

Go to the source code of this file.

Classes

class  Intrepid2::Basis_Derived_HCURL_Family1_QUAD< HGRAD_LINE, HVOL_LINE >
 
class  Intrepid2::Basis_Derived_HCURL_Family2_QUAD< HGRAD_LINE, HVOL_LINE >
 
class  Intrepid2::Basis_Derived_HCURL_QUAD< HGRAD_LINE, HVOL_LINE >
 

Detailed Description

Implementation of H(curl) basis on the quadrilateral that is templated on H(vol) and H(grad) on the line.

Author
Created by N.V. Roberts.

This class constructs the H(curl) space as the direct sum of two families of tensor-product bases on the quad:

Definition in file Intrepid2_DerivedBasis_HCURL_QUAD.hpp.