49#ifndef INTREPID_HDIV_HEX_I1_FEM_HPP
50#define INTREPID_HDIV_HEX_I1_FEM_HPP
104template<
class Scalar,
class ArrayScalar>
105class Basis_HDIV_HEX_I1_FEM :
public Basis<Scalar, ArrayScalar> ,
106 public DofCoordsInterface<ArrayScalar> {
130 void getValues(ArrayScalar & outputValues,
131 const ArrayScalar & inputPoints,
132 const EOperator operatorType)
const;
137 void getValues(ArrayScalar & outputValues,
138 const ArrayScalar & inputPoints,
139 const ArrayScalar & cellVertices,
140 const EOperator operatorType = OPERATOR_VALUE)
const;
Header file for the abstract base class Intrepid::Basis.
Definition file for FEM basis functions of degree 1 for H(div) functions on HEX cells.
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays.
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const
Evaluation of a FEM basis on a reference Hexahedron cell.
void getDofCoords(ArrayScalar &DofCoords) const
Returns spatial locations (coordinates) of degrees of freedom on a reference Quadrilateral.
Basis_HDIV_HEX_I1_FEM()
Constructor.