V3FIT
|
Base class representing a m grid. This is grid contains information about the vacuum fields. More...
Public Attributes | |
real(rprec) | rmin |
Minimum R position. | |
real(rprec) | rmax |
Maximum R position. | |
real(rprec) | zmin |
Minimum Z position. | |
real(rprec) | zmax |
Maximum Z position. | |
real(rprec) | dr |
Radial grid size. | |
real(rprec) | dz |
Vertical grid size. | |
integer | nfp |
Number of field periods. | |
real(rprec), dimension(:,:,:), pointer | a_r => null() |
Vector potential in the R direction. | |
real(rprec), dimension(:,:,:), pointer | a_p => null() |
Vector potential in the Phi direction. | |
real(rprec), dimension(:,:,:), pointer | a_z => null() |
Vector potential in the Z direction. | |
Base class representing a m grid. This is grid contains information about the vacuum fields.