Intrepid2
Classes
Intrepid2_DerivedBasis_HGRAD_HEX.hpp File Reference

Implementation of H(grad) basis on the hexahedron that is templated on H(grad) on the line. 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_HEX< HGRAD_LINE >
 

Detailed Description

Implementation of H(grad) basis on the hexahedron that is templated on H(grad) on the line.

Author
Created by N.V. Roberts.

H(grad) on the hexahedron is defined (and implemented) as H(grad) on the quad times H(grad) on the line.

For consistency with the H(div) and H(curl) implementations on the hexahedron, we may in the future define this as

H(grad) x H(grad) x H(grad)

where each component is defined on the line.

Definition in file Intrepid2_DerivedBasis_HGRAD_HEX.hpp.