Clipper
Public Member Functions | List of all members
clipper::Grad_frac< T > Class Template Reference

fractional (cell) gradient, with respect to fractional u,v,w More...

#include <derivs.h>

Public Member Functions

Grad_orth< T > grad_orth (const Cell &cell) const
 fractional-orthogonal derivative conversion More...
 
Grad_map< T > grad_map (const Grid &g) const
 fractional-grid derivative conversion More...
 
String format () const
 return formatted String representation More...
 

Detailed Description

template<class T>
class clipper::Grad_frac< T >

fractional (cell) gradient, with respect to fractional u,v,w

Member Function Documentation

◆ grad_orth()

template<class T >
Grad_orth< T > clipper::Grad_frac< T >::grad_orth ( const Cell cell) const
inline

fractional-orthogonal derivative conversion

Parameters
cellThe cell concerned
Returns
The transformed derivative.

◆ grad_map()

template<class T >
Grad_map< T > clipper::Grad_frac< T >::grad_map ( const Grid g) const
inline

fractional-grid derivative conversion

Parameters
gThe grid concerned
Returns
The transformed derivative.

◆ format()

template<class T >
String clipper::Grad_frac< T >::format

return formatted String representation

Returns
The formatted text string

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