ViennaGrid - The Vienna Grid Library  2.1.0
Static Public Member Functions | Static Public Attributes
cylindrical_cs Struct Reference

Provides the basic operations in a cylindrical coordinate system (rho, theta, z) More...

#include <point.hpp>

Inheritance diagram for cylindrical_cs:
cs_base< cylindrical_cs >

Static Public Member Functions

template<typename PointType >
static PointType & inplace_stretch (PointType &p1, typename result_of::coord< PointType >::type factor)
 Implementation of p1 *= factor for a cylindrical coordinate system.

Static Public Attributes

static const int dim = 3

Detailed Description

Provides the basic operations in a cylindrical coordinate system (rho, theta, z)


Member Function Documentation

static PointType& inplace_stretch ( PointType &  p1,
typename result_of::coord< PointType >::type  factor 
) [inline, static]

Implementation of p1 *= factor for a cylindrical coordinate system.


Field Documentation

const int dim = 3 [static]

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