49 #ifndef INTREPID_HGRAD_LINE_C1_FEM_HPP 
   50 #define INTREPID_HGRAD_LINE_C1_FEM_HPP 
   78 template<
class Scalar, 
class ArrayScalar>   
 
  104   void getValues(ArrayScalar &          outputValues,
 
  105                  const ArrayScalar &    inputPoints,
 
  106                  const EOperator        operatorType) 
const;
 
  111   void getValues(ArrayScalar &          outputValues,
 
  112                  const ArrayScalar &    inputPoints,
 
  113                  const ArrayScalar &    cellVertices,
 
  114                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
Basis_HGRAD_LINE_C1_FEM()
Constructor. 
Implementation of the default H(grad)-compatible FEM basis of degree 1 on Line cell. 
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 Line cell. 
Header file for the abstract base class Intrepid::Basis. 
Definition file for FEM basis functions of degree 1 for H(grad) functions on a Line. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
Header file for a set of functions providing orthogonal polynomial polynomial calculus and interpolat...