Extension: Geometries
#include "dg/geometries/geometries.h"
|
Public Member Functions | |
PsipR (double R0, double a) | |
Construct from major radius. More... | |
double | do_compute (double R, double Z) const |
Public Member Functions inherited from dg::geo::aCylindricalFunctor< PsipR > | |
double | operator() (double R, double Z) const |
do_compute(R,Z) More... | |
double | operator() (double R, double Z, double phi) const |
do_compute(R,Z) More... | |
\[ -2(R-R_0)/a^2 \]
|
inline |
Construct from major radius.
R0 | the major radius |
a | the length of R semi-axis |
|
inline |