| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public, | dimension(:), allocatable | :: | cos_coeffs | |||
| real(kind=dp), | public, | dimension(:), allocatable | :: | sin_coeffs | |||
| real(kind=dp), | public, | dimension(:), allocatable | :: | mode_numbers |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | iota | |||
| real(kind=dp), | intent(in) | :: | M_pol | |||
| real(kind=dp), | intent(in) | :: | N_tor | |||
| real(kind=dp), | intent(in) | :: | nfp |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(flock_of_fieldlines_t), | intent(in) | :: | flock | |||
| type(fieldline_modes_t), | intent(out) | :: | fieldline_modes |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(modes_t), | intent(out) | :: | modes | |||
| integer, | intent(in) | :: | n_modes |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | max_n_fieldlines | |||
| real(kind=dp), | intent(in) | :: | iota | |||
| real(kind=dp), | intent(in) | :: | M_pol | |||
| real(kind=dp), | intent(in) | :: | N_tor | |||
| real(kind=dp), | intent(in) | :: | nfp | |||
| real(kind=dp), | intent(out), | dimension(:), allocatable | :: | xi_0 | ||
| real(kind=dp), | intent(out) | :: | approx_iota |