|
|
| init_toroidalbsplinetransform |
| |
|
|
real(wp) | major_radius |
| | The major radius of the toroidal coordinate system.
|
| |
|
real(wp) | minor_radius |
| | The minor radius of the toroidal coordinate system.
|
| |
|
type(bsplinefun) | cos_bspline |
| | The B-spline approximation of the cosine function in the yp-coordinate.
|
| |
|
type(bsplinefun) | sin_bspline |
| | The B-spline approximation of the sine function in the yp-coordinate.
|
| |
|
logical | is_orthogonal |
| | Indicates whether the transformation is orthogonal.
|
| |
|
logical | has_polar_xy_singularity |
| | Indicates whether the transformation has a polar-like singularity (Jacobian \propto x) in the logical xy-plane.
|
| |
The documentation for this interface was generated from the following file:
- /builds/rwr/bspline_feec/src/coord_transform/m_coord_transform_toroidal_bspline.f90