|
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 | |
| String | format () const |
| return formatted String representation | |
map coordinate gradient, with respect to grid u,v,w
| Grad_frac< T > clipper::Grad_map< T >::grad_frac | ( | const Grid & | g | ) | const [inline] |
grid-fractional derivative conversion
| g | The grid concerned |
References clipper::Grid::nu(), clipper::Grid::nv(), and clipper::Grid::nw().
Referenced by clipper::Xmap< T >::interp_grad().
| String clipper::Grad_map< T >::format | ( | ) | const |
return formatted String representation
Reimplemented from clipper::Vec3< T >.
1.7.4