|
Clipper
|
map coordinate gradient, with respect to grid u,v,w More...
#include <derivs.h>
Public Member Functions | |
| Grad_map () | |
| null constructor | |
| Grad_map (const Vec3< T > &v) | |
| constructor: copy/convert | |
| Grad_map (const T &du, const T &dv, const T &dw) | |
| constructor: from d/du,d/dv,d/dw | |
| const T & | du () const |
| get d/du | |
| const T & | dv () const |
| get d/dv | |
| const T & | dw () const |
| get d/dw | |
| Grad_frac< T > | grad_frac (const Grid &g) const |
| grid-fractional derivative conversion More... | |
| String | format () const |
| return formatted String representation More... | |
map coordinate gradient, with respect to grid u,v,w
|
inline |
grid-fractional derivative conversion
| g | The grid concerned |
| String clipper::Grad_map< T >::format |
return formatted String representation