V3FIT
Public Attributes | List of all members
primed_grid::primed_grid_class Type Reference

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()
 

Detailed Description

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.


The documentation for this type was generated from the following file: