|
Extension: Geometries
#include "dg/geometries/geometries.h"
|
Public Member Functions | |
| Ipol (Parameters gp, std::function< double(double, double)> psip) | |
| Construct from given geometric parameters. | |
| double | do_compute (double R, double Z) const |
Public Member Functions inherited from dg::geo::aCylindricalFunctor< Ipol > | |
| double | operator() (double R, double Z) const |
do_compute(R,Z) | |
| double | operator() (double R, double Z, double) const |
do_compute(R,Z) | |
\[\hat{I}\]
\[\hat{I}= P_I \sqrt{-2 A \hat{\psi}_p / \hat{R}_0/P_\psi +1}\]
|
inline |
Construct from given geometric parameters.
| gp | geometric parameters (for R_0, A, PP and PI) |
| psip | the flux function to use |
|
inline |