Clipper
Public Member Functions
clipper::Curv_map< T > Class Template Reference

map coordinate curvatures, with respect to grid u,v,w More...

#include <derivs.h>

Inheritance diagram for clipper::Curv_map< T >:
clipper::Mat33< T >

List of all members.

Public Member Functions

 Curv_map ()
 null constructor
 Curv_map (const Mat33< T > &m)
 constructor: copy/convert
Curv_frac< T > curv_frac (const Grid &g) const
 grid-fractional derivative conversion

Detailed Description

template<class T>
class clipper::Curv_map< T >

map coordinate curvatures, with respect to grid u,v,w


Member Function Documentation

template<class T >
Curv_frac< T > clipper::Curv_map< T >::curv_frac ( const Grid g) const

grid-fractional derivative conversion

Parameters:
gThe grid concerned
Returns:
The transformed derivative.

References clipper::Grid::nu(), clipper::Grid::nv(), and clipper::Grid::nw().

Referenced by clipper::Xmap< T >::interp_curv().


The documentation for this class was generated from the following file: