49 #ifndef INTREPID_HCURL_WEDGE_I1_FEM_HPP 
   50 #define INTREPID_HCURL_WEDGE_I1_FEM_HPP 
  108 template<
class Scalar, 
class ArrayScalar> 
 
  133   void getValues(ArrayScalar &          outputValues,
 
  134                  const ArrayScalar &    inputPoints,
 
  135                  const EOperator        operatorType) 
const;
 
  140   void getValues(ArrayScalar &          outputValues,
 
  141                  const ArrayScalar &    inputPoints,
 
  142                  const ArrayScalar &    cellVertices,
 
  143                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
Implementation of the default H(curl)-compatible FEM basis of degree 1 on Wedge cell. 
Definition file for FEM basis functions of degree 1 for H(curl) functions on WEDGE cells...
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Wedge cell. 
Header file for the abstract base class Intrepid::Basis. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
Basis_HCURL_WEDGE_I1_FEM()
Constructor. 
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays.