49#ifndef INTREPID_HCURL_TRI_In_FEM_HPP
50#define INTREPID_HCURL_TRI_In_FEM_HPP
55#include "Intrepid_HGRAD_TRI_Cn_FEM_ORTH.hpp"
58#include "Teuchos_SerialDenseMatrix.hpp"
59#include "Teuchos_SerialDenseSolver.hpp"
82template<
class Scalar,
class ArrayScalar>
91 Basis_HGRAD_TRI_Cn_FEM_ORTH<Scalar,FieldContainer<Scalar> >
Phis_;
112 void getValues(ArrayScalar & outputValues,
113 const ArrayScalar & inputPoints,
114 const EOperator operatorType)
const;
119 void getValues(ArrayScalar & outputValues,
120 const ArrayScalar & inputPoints,
121 const ArrayScalar & cellVertices,
122 const EOperator operatorType = OPERATOR_VALUE)
const;
127#include "Intrepid_HCURL_TRI_In_FEMDef.hpp"
Header file for the abstract base class Intrepid::Basis.
Header file for the Intrepid::CubatureDirectLineGauss class.
Header file for the Intrepid::CubatureDirectTriDefault class.
Contains definitions of custom data types in Intrepid.
Implementation of the default H(curl)-compatible Nedelec (first kind) basis of arbitrary degree on Tr...
Basis_HCURL_TRI_In_FEM(const int n, const EPointType pointType)
Constructor.
FieldContainer< Scalar > coeffs_
Array holding the expansion coefficients of the nodal basis in terms of Phis_.
Basis_HGRAD_TRI_Cn_FEM_ORTH< Scalar, FieldContainer< Scalar > > Phis_
Orthogonal basis of ofder n, in terms of which the H(curl) basis functions are expressed.
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const
Evaluation of a FEM basis on a reference Triangle cell.
virtual void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays.
An abstract base class that defines interface for concrete basis implementations for Finite Element (...