V3FIT
Public Attributes | List of all members
m_grid::m_grid_class Type Reference

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.
 

Detailed Description

Base class representing a m grid. This is grid contains information about the vacuum fields.

Definition at line 26 of file m_grid.f.


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