49 #ifndef INTREPID_HDIV_QUAD_I1_FEM_HPP 
   50 #define INTREPID_HDIV_QUAD_I1_FEM_HPP 
  102 template<
class Scalar, 
class ArrayScalar> 
 
  127   void getValues(ArrayScalar &          outputValues,
 
  128                  const ArrayScalar &    inputPoints,
 
  129                  const EOperator        operatorType) 
const;
 
  134   void getValues(ArrayScalar &          outputValues,
 
  135                  const ArrayScalar &    inputPoints,
 
  136                  const ArrayScalar &    cellVertices,
 
  137                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
  145 #if defined(Intrepid_SHOW_DEPRECATED_WARNINGS) 
  147 #warning "The Intrepid package is deprecated" 
Basis_HDIV_QUAD_I1_FEM()
Constructor. 
Definition file for FEM basis functions of degree 1 for H(div) functions on HEX cells. 
void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Quadrilateral cell. 
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 Quadrilateral cell...