![]() |
V3FIT
|
Base class representing a unprimed grid. This is grid the volume integral will be summed over. More...
Public Attributes | |
| 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. | |
| real(rprec), dimension(:,:,:), pointer | b_r => null() |
| B field in the R direction. | |
| real(rprec), dimension(:,:,:), pointer | b_p => null() |
| B field in the Phi direction. | |
| real(rprec), dimension(:,:,:), pointer | b_z => null() |
| B field in the Z direction. | |
Base class representing a unprimed grid. This is grid the volume integral will be summed over.
Definition at line 30 of file unprimed_grid.f.
1.8.17