|
OpenWalnut 1.3.1
|
Recursive evaluation of a spherical function for a gradient. More...
#include <WTensorMeta.h>
Static Public Member Functions | |
| static Data_T | evaluate (Data_T const *&tens, Data_T const *grad, Data_T w) |
| Multiply gradient components and divide by multiplicities. | |
Recursive evaluation of a spherical function for a gradient.
Definition at line 83 of file WTensorMeta.h.
| static Data_T WRecursiveTensorEvaluation< Data_T, k, n, N, m >::evaluate | ( | Data_T const *& | tens, |
| Data_T const * | grad, | ||
| Data_T | w | ||
| ) | [inline, static] |
Multiply gradient components and divide by multiplicities.
| tens | A pointer to the tensor components. |
| grad | The gradient to evaluate the function at. |
| w | The result up to now. |
Definition at line 94 of file WTensorMeta.h.
Referenced by WTensorSym< order, dim, Data_T >::evaluateSphericalFunction().
1.7.4