|
Intrepid
|
Static Public Member Functions | |
| static void | tabulate (ArrayScalar &outputValues, const int deg, const ArrayScalar &inputPoints) |
| basic tabulate mathod evaluates the first derivatives of the basis functions at inputPoints into outputValues. | |
Definition at line 210 of file Intrepid_HGRAD_TET_Cn_FEM_ORTH.hpp.
| void Intrepid::TabulatorTet< Scalar, ArrayScalar, 1 >::tabulate | ( | ArrayScalar & | outputValues, |
| const int | deg, | ||
| const ArrayScalar & | inputPoints | ||
| ) | [static] |
basic tabulate mathod evaluates the first derivatives of the basis functions at inputPoints into outputValues.
| [out] | outputValues | - rank 3 array (F,P,D) holding the derivatives of basis functions at points. |
| [in] | deg | - the degree up to which to tabulate the bases |
| [in] | inputPoints | - a rank 3 array containing the points at which to evaluate the basis functions. |
Definition at line 268 of file Intrepid_HGRAD_TET_Cn_FEM_ORTHDef.hpp.
References Intrepid::TabulatorTet< Scalar, ArrayScalar, derivOrder >::tabulate().
1.7.6.1