49 #ifndef INTREPID_HGRAD_PYR_I2_FEM_HPP 
   50 #define INTREPID_HGRAD_PYR_I2_FEM_HPP 
  104 template<
class Scalar, 
class ArrayScalar> 
 
  129   void getValues(ArrayScalar &          outputValues,
 
  130                  const ArrayScalar &    inputPoints,
 
  131                  const EOperator        operatorType) 
const;
 
  136   void getValues(ArrayScalar &          outputValues,
 
  137                  const ArrayScalar &    inputPoints,
 
  138                  const ArrayScalar &    cellVertices,
 
  139                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
FEM basis evaluation on a reference Pyramid cell. 
Header file for the abstract base class Intrepid::Basis. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
Basis_HGRAD_PYR_I2_FEM()
Constructor. 
Definition file for an incomplete bi-quadratic FEM basis function for H(grad) functions on PYRAMID ce...
Implementation of an H(grad)-compatible FEM basis of degree 2 on a Pyramid cell.