49 #ifndef INTREPID_HDIV_TRI_I1_FEM_HPP 
   50 #define INTREPID_HDIV_TRI_I1_FEM_HPP 
  100 template<
class Scalar, 
class ArrayScalar> 
 
  125   void getValues(ArrayScalar &          outputValues,
 
  126                  const ArrayScalar &    inputPoints,
 
  127                  const EOperator        operatorType) 
const;
 
  132   void getValues(ArrayScalar &          outputValues,
 
  133                  const ArrayScalar &    inputPoints,
 
  134                  const ArrayScalar &    cellVertices,
 
  135                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Triangle cell. 
Basis_HDIV_TRI_I1_FEM()
Constructor. 
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
Definition file for FEM basis functions of degree 1 for H(div) functions on Triangle cells...
Header file for the abstract base class Intrepid::Basis. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
Implementation of the default H(div)-compatible FEM basis of degree 1 on a Triangle cell...