49 #ifndef INTREPID_HGRAD_LINE_Cn_FEM_JACOBI_HPP 
   50 #define INTREPID_HGRAD_LINE_Cn_FEM_JACOBI_HPP 
  130 template<
class Scalar, 
class ArrayScalar> 
 
  159   void getValues(ArrayScalar &          outputValues,
 
  160                  const ArrayScalar &    inputPoints,
 
  161                  const EOperator        operatorType) 
const;
 
  166   void getValues(ArrayScalar &          outputValues,
 
  167                  const ArrayScalar &    inputPoints,
 
  168                  const ArrayScalar &    cellVertices,
 
  169                  const EOperator        operatorType = OPERATOR_VALUE) 
const;
 
Implementation of the locally H(grad)-compatible FEM basis of variable order on the [-1...
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. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
void setBasisParameters(int n, Scalar alpha=0, Scalar beta=0)
Sets private data basisDegree_, basisCardinality_, jacobiAlpha_, and jacobiBeta_, to n...
Definition file for FEM basis functions of degree n for H(grad) orthogonal on LINE. 
Basis_HGRAD_LINE_Cn_FEM_JACOBI(int order, Scalar alpha=0, Scalar beta=0)
Constructor. 
Header file for a set of functions providing orthogonal polynomial polynomial calculus and interpolat...