Intrepid2
Classes
Intrepid2_HierarchicalBasis_HDIV_TRI.hpp File Reference

H(div) basis on the triangle using a construction involving Legendre and integrated Jacobi polynomials. More...

#include <Kokkos_DynRankView.hpp>
#include <Intrepid2_config.h>
#include "Intrepid2_Basis.hpp"
#include "Intrepid2_HierarchicalBasis_HCURL_TRI.hpp"
#include "Intrepid2_Polynomials.hpp"
#include "Intrepid2_Utils.hpp"

Go to the source code of this file.

Classes

class  Intrepid2::HierarchicalBasis_HDIV_TRI< DeviceType, OutputScalar, PointScalar, useCGBasis >
 For mathematical details of the construction, see: More...
 

Detailed Description

H(div) basis on the triangle using a construction involving Legendre and integrated Jacobi polynomials.

Author
Created by N.V. Roberts.

The H(div) basis in 2D is a rotation of the H(curl) basis. That is how this is implemented, in terms of the H(curl) basis.

Definition in file Intrepid2_HierarchicalBasis_HDIV_TRI.hpp.