Intrepid2
Classes
Intrepid2_DerivedBasis_HGRAD_WEDGE.hpp File Reference

Implementation of H(grad) basis on the wedge that is templated on H(grad) on the line, and H(grad) on the triangle. More...

#include "Intrepid2_TensorBasis.hpp"
#include "Intrepid2_DerivedBasis_HGRAD_QUAD.hpp"

Go to the source code of this file.

Classes

class  Intrepid2::Basis_Derived_HGRAD_WEDGE< HGRAD_TRI, HGRAD_LINE >
 

Detailed Description

Implementation of H(grad) basis on the wedge that is templated on H(grad) on the line, and H(grad) on the triangle.

Author
Created by N.V. Roberts.

H(grad) on the wedge is defined (and implemented) as H(grad, triangle) x H(grad, line).

Definition in file Intrepid2_DerivedBasis_HGRAD_WEDGE.hpp.