![]() |
V3FIT
|
Base class representing a primed grid. This is grid the volume integral will be summed over. More...
Public Attributes | |
| real(rprec) | dvol |
| Volume integration element. | |
| real(rprec) | dv |
| Toroidal grid spacing. | |
| real(rprec), dimension(:,:,:), pointer | x => null() |
| X position. | |
| real(rprec), dimension(:,:,:), pointer | y => null() |
| Y position. | |
| real(rprec), dimension(:,:,:), pointer | z => null() |
| Z position. | |
| real(rprec), dimension(:,:,:), pointer | j_x => null() |
| Current density in the X direction. | |
| real(rprec), dimension(:,:,:), pointer | j_y => null() |
| Current density in the Y direction. | |
| real(rprec), dimension(:,:,:), pointer | j_z => null() |
| Current density in the Z direction. | |
| real(rprec), dimension(:,:,:), pointer | vol => null() |
Base class representing a primed grid. This is grid the volume integral will be summed over.
Definition at line 27 of file primed_grid.f.
1.8.17