|
|
| Grad_frac () |
| | null constructor
|
|
| Grad_frac (const Vec3< T > &v) |
| | constructor: copy/convert
|
|
| Grad_frac (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 |
| Grad_orth< T > | grad_orth (const Cell &cell) const |
| | fractional-orthogonal derivative conversion
|
| Grad_map< T > | grad_map (const Grid &g) const |
| | fractional-grid derivative conversion
|
| String | format () const |
| | return formatted String representation
|
|
| Vec3 () |
| | null constructor
|
|
bool | equals (const Vec3< T > &v, const T &tol) const |
| | test equality
|
|
const T & | operator[] (const int &i) const |
| | get element
|
|
Vec3< T > | unit () const |
| | return unit vector with same direction as this vector
|
|
bool | is_null () const |
| | test for null vector
|
|
String | format () const |
| | return formatted String representation
|
|
const Vec3< T > & | operator+= (const Vec3< T > &v) |
| | add another vector to this one
|
|
const Vec3< T > & | operator-= (const Vec3< T > &v) |
| | subtract another vector from this one
|
template<class T>
class clipper::Grad_frac< T >
fractional (cell) gradient, with respect to fractional u,v,w