|
Intrepid
|
Implementation of the default H(grad)-compatible orthogonal basis (Dubiner) of arbitrary degree on triangle. More...
#include <Intrepid_HGRAD_TRI_Cn_FEM_ORTH.hpp>
Public Member Functions | |
| Basis_HGRAD_TRI_Cn_FEM_ORTH (int degree) | |
| Constructor. | |
| void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const |
| Evaluation of a FEM basis on a reference Triangle cell. | |
| void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const ArrayScalar &cellVertices, const EOperator operatorType=OPERATOR_VALUE) const |
| FVD basis evaluation: invocation of this method throws an exception. | |
Private Member Functions | |
| void | initializeTags () |
| Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. | |
Implementation of the default H(grad)-compatible orthogonal basis (Dubiner) of arbitrary degree on triangle.
Definition at line 67 of file Intrepid_HGRAD_TRI_Cn_FEM_ORTH.hpp.
| Intrepid::Basis_HGRAD_TRI_Cn_FEM_ORTH< Scalar, ArrayScalar >::Basis_HGRAD_TRI_Cn_FEM_ORTH | ( | int | degree | ) |
Constructor.
| degree | [in] - the degree of polynomials contained in the basis. |
Definition at line 55 of file Intrepid_HGRAD_TRI_Cn_FEM_ORTHDef.hpp.
| void Intrepid::Basis_HGRAD_TRI_Cn_FEM_ORTH< Scalar, ArrayScalar >::getValues | ( | ArrayScalar & | outputValues, |
| const ArrayScalar & | inputPoints, | ||
| const EOperator | operatorType | ||
| ) | const [virtual] |
Evaluation of a FEM basis on a reference Triangle cell.
Returns values of operatorType acting on FEM basis functions for a set of points in the reference Triangle cell. For rank and dimensions of I/O array arguments see Section MD array template arguments for basis methods .
| outputValues | [out] - variable rank array with the basis values |
| inputPoints | [in] - rank-2 array (P,D) with the evaluation points |
| operatorType | [in] - the operator acting on the basis functions |
Implements Intrepid::Basis< Scalar, ArrayScalar >.
Definition at line 99 of file Intrepid_HGRAD_TRI_Cn_FEM_ORTHDef.hpp.
Referenced by Intrepid::Basis_HCURL_TRI_In_FEM< Scalar, ArrayScalar >::Basis_HCURL_TRI_In_FEM(), Intrepid::Basis_HDIV_TRI_In_FEM< Scalar, ArrayScalar >::Basis_HDIV_TRI_In_FEM(), Intrepid::Basis_HGRAD_TRI_Cn_FEM< Scalar, ArrayScalar >::Basis_HGRAD_TRI_Cn_FEM(), and main().
1.7.6.1