|
Intrepid
|
Static Public Member Functions | |
| static void | tabulate (ArrayScalar &outputValues, const int deg, const ArrayScalar &inputPoints) |
| basic tabulate mathod evaluates the basis functions at inputPoints into outputValues. | |
Definition at line 130 of file Intrepid_HGRAD_TRI_Cn_FEM_ORTH.hpp.
| void Intrepid::TabulatorTri< Scalar, ArrayScalar, 0 >::tabulate | ( | ArrayScalar & | outputValues, |
| const int | deg, | ||
| const ArrayScalar & | inputPoints | ||
| ) | [static] |
basic tabulate mathod evaluates the basis functions at inputPoints into outputValues.
| [out] | outputValues | - rank 2 array (F,P) holding the basis functions at points. [in] deg - the degree up to which to tabulate the bases [in] inputPoints - a rank 2 array containing the points at which to evaluate the basis functions. |
Definition at line 172 of file Intrepid_HGRAD_TRI_Cn_FEM_ORTHDef.hpp.
1.7.4