Intrepid2
|
Implementation of H(grad) basis on the hexahedron that is templated on H(grad) on the line. More...
Go to the source code of this file.
Classes | |
class | Intrepid2::Basis_Derived_HGRAD_HEX< HGRAD_LINE > |
Implementation of H(grad) basis on the hexahedron that is templated on H(grad) on the line.
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.