|
|
real(rprec) | ds |
| | Volume differential element for the s direction.
|
| |
|
real(rprec) | du |
| | Volume differential element for the u direction.
|
| |
|
real(rprec) | dv |
| | Volume differential element for the v direction.
|
| |
|
real(rprec) | du_a |
| | Area differential elements for the u direction.
|
| |
|
real(rprec) | dv_a |
| | Area differential elements for the v direction.
|
| |
|
real(rprec) | du_full |
| | Full surface area differential elements for the u direction.
|
| |
|
real(rprec) | dv_full |
| | Full surface area differential elements for the v direction.
|
| |
|
real(rprec), dimension(:,:,:), pointer | rsuv => null() |
| | R positions on the suv gird points.
|
| |
|
real(rprec), dimension(:,:,:), pointer | zsuv => null() |
| | Z positions on the suv gird points.
|
| |
|
real(rprec), dimension(:,:,:), pointer | jrsuv => null() |
| | Current density in the R direction. Has a 1/Sqrt(g) factor embeded.
|
| |
|
real(rprec), dimension(:,:,:), pointer | jphisuv => null() |
| | Current density in the Phi direction. Has a 1/Sqrt(g) factor embeded.
|
| |
|
real(rprec), dimension(:,:,:), pointer | jzsuv => null() |
| | Current density in the Z direction. Has a 1/Sqrt(g) factor embeded.
|
| |
|
real(rprec), dimension(:,:), pointer | kruv => null() |
| | Surface current density in the R direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kphiuv => null() |
| | Surface current density in the Phi direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kzuv => null() |
| | Surface current density in the Z direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:,:), pointer | x_prime => null() |
| | X' vector on the full uv grid.
|
| |
|
real(rprec), dimension(:,:), pointer | kxuv_full => null() |
| | Full surface current density in the R direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kyuv_full => null() |
| | Full surface current density in the Phi direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kzuv_full => null() |
| | Full surface current density in the Z direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:,:), pointer | x_axi => null() |
| | Axisymmtric X' vector on the full uv grid.
|
| |
|
real(rprec), dimension(:,:), pointer | kxuv_axi => null() |
| | Axisymmtric surface current density in the R direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kyuv_axi => null() |
| | Full surface current density in the Phi direction. Has all Jacobian and normalization factors.
|
| |
|
real(rprec), dimension(:,:), pointer | kzuv_axi => null() |
| | Full surface current density in the Z direction. Has all Jacobian and normalization factors.
|
| |
Object to cache data needed to compute magnetic signals.