49 #ifndef INTREPID_HGRAD_TRI_C1_FEM_HPP 
   50 #define INTREPID_HGRAD_TRI_C1_FEM_HPP 
   80 template<
class Scalar, 
class ArrayScalar> 
 
  105   void getValues(ArrayScalar &          outputValues,
 
  106                  const ArrayScalar &    inputPoints,
 
  107                  const EOperator        operatorType) 
const;
 
  112   void getValues(ArrayScalar &          outputValues,
 
  113                  const ArrayScalar &    inputPoints,
 
  114                  const ArrayScalar &    cellVertices,
 
  115                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
  129 #include "Intrepid_HGRAD_TRI_C1_FEMDef.hpp" 
This is an interface class for bases whose degrees of freedom can be associated with spatial location...
void getDofCoords(ArrayScalar &DofCoords) const 
Returns spatial locations (coordinates) of degrees of freedom on a reference Quadrilateral. 
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Triangle cell. 
Implementation of the default H(grad)-compatible FEM basis of degree 1 on Triangle cell...
Basis_HGRAD_TRI_C1_FEM()
Constructor. 
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
Header file for the abstract base class Intrepid::Basis. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...