|
real, dimension(:,:,:), allocatable | bspl |
| B-spline coefficients in real space. More...
|
|
complex, dimension(:,:), allocatable | rhs_f |
| Right-hand-side of solver in Fourier space. More...
|
|
integer, dimension(:), allocatable | need_field |
| Is the field needed for each species? (evaluated at guiding center positions) More...
|
|
integer, dimension(:), allocatable | need_grad_field |
| Is the field gradient needed for each species? (evaluated at guiding center positions) More...
|
|
integer, dimension(:), allocatable | need_gyro_field |
| Is the gyro-averaged field needed for each species? More...
|
|
integer, dimension(:), allocatable | need_gyro_grad_field |
| Is the gyro-averaged field gradient needed for each species? (or gradient of gyro-averaged field if nl_gradgyr==.true.) More...
|
|
integer, dimension(:), allocatable | field_pic |
| Index to access field in guiding center attribute arrays. More...
|
|
integer, dimension(:), allocatable | grad_field_pic |
| Index to access field gradient in guiding center attribute arrays (add 1 to access radial component, 2 for poloidal, and 3 for toroidal) More...
|
|
integer, dimension(:), allocatable | gyro_field_pic |
| Index to access gyro-averaged field in guiding center attribute arrays. More...
|
|
integer, dimension(:), allocatable | gyro_grad_field_pic |
| Index to access gyro-averaged field gradient in guiding center attribute arrays (add 1 to access radial component, 2 for poloidal, and 3 for toroidal) More...
|
|