49 #ifndef INTREPID_HGRAD_HEX_I2_FEM_HPP 
   50 #define INTREPID_HGRAD_HEX_I2_FEM_HPP 
  122 template<
class Scalar, 
class ArrayScalar> 
 
  147   void getValues(ArrayScalar &          outputValues,
 
  148                  const ArrayScalar &    inputPoints,
 
  149                  const EOperator        operatorType) 
const;
 
  154   void getValues(ArrayScalar &          outputValues,
 
  155                  const ArrayScalar &    inputPoints,
 
  156                  const ArrayScalar &    cellVertices,
 
  157                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
Implementation of the serendipity-family H(grad)-compatible FEM basis of degree 2 on a Hexahedron cel...
This is an interface class for bases whose degrees of freedom can be associated with spatial location...
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
void getDofCoords(ArrayScalar &DofCoords) const 
Returns spatial locations (coordinates) of degrees of freedom on a reference Quadrilateral. 
Definition file for the serendipity-family H(grad)-compatible FEM basis of degree 2 on a Hexadedron...
Header file for the abstract base class Intrepid::Basis. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Hexahedron cell. 
Basis_HGRAD_HEX_I2_FEM()
Constructor.