49 #ifndef INTREPID_HCURL_TET_In_FEM_HPP 
   50 #define INTREPID_HCURL_TET_In_FEM_HPP 
   55 #include "Intrepid_HGRAD_TET_Cn_FEM_ORTH.hpp" 
   58 #include "Teuchos_SerialDenseMatrix.hpp" 
   59 #include "Teuchos_SerialDenseSolver.hpp" 
   94 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;
 
  140 #include "Intrepid_HCURL_TET_In_FEMDef.hpp" 
Basis_HCURL_TET_In_FEM(const int n, const EPointType pointType)
Constructor. 
virtual void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. 
Header file for the Intrepid::CubatureDirectLineGauss class. 
Contains definitions of custom data types in Intrepid. 
Header file for the abstract base class Intrepid::Basis. 
Header file for the Intrepid::CubatureDirectTetDefault class. 
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
Implementation of the default H(curl)-compatible Nedelec (first kind) basis of arbitrary degree on Te...
FieldContainer< Scalar > coeffs_
Array holding the expansion coefficients of the nodal basis in terms of Phis_. 
Implementation of the default H(grad)-compatible orthogonal basis of arbitrary degree on tetrahedron...
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const 
Evaluation of a FEM basis on a reference Tetrahedron cell. 
Basis_HGRAD_TET_Cn_FEM_ORTH< Scalar, FieldContainer< Scalar > > Phis_
Orthogonal basis of ofder n, in terms of which the H(curl) basis functions are expressed.