49#ifndef INTREPID_HDIV_TRI_In_FEM_HPP
50#define INTREPID_HDIV_TRI_In_FEM_HPP
55#include "Intrepid_HGRAD_TRI_Cn_FEM_ORTH.hpp"
58#include "Teuchos_SerialDenseMatrix.hpp"
59#include "Teuchos_SerialDenseSolver.hpp"
92template<
class Scalar,
class ArrayScalar>
123 void getValues(ArrayScalar & outputValues,
124 const ArrayScalar & inputPoints,
125 const EOperator operatorType)
const;
130 void getValues(ArrayScalar & outputValues,
131 const ArrayScalar & inputPoints,
132 const ArrayScalar & cellVertices,
133 const EOperator operatorType = OPERATOR_VALUE)
const;
138#include "Intrepid_HDIV_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(div)-compatible Raviart-Thomas basis of arbitrary degree on Triangle ...
FieldContainer< Scalar > coeffs
expansion coefficients of the nodal basis in terms of the orthgonal one
void getValues(ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const
Evaluation of a FEM basis on a reference Triangle cell.
Basis_HGRAD_TRI_Cn_FEM_ORTH< Scalar, FieldContainer< Scalar > > Phis
Orthogonal basis out of which the nodal basis is constructed.
virtual void initializeTags()
Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays.
Implementation of the default H(grad)-compatible orthogonal basis (Dubiner) of arbitrary degree on tr...
An abstract base class that defines interface for concrete basis implementations for Finite Element (...
Implementation of a templated lexicographical container for a multi-indexed scalar quantity....