Contains module m_grid.
More...
|
module | m_grid |
| Defines the base class of the type m_grid_class. This contains the state variables to define the vacuum vector potential.
|
|
|
class(m_grid_class) function, pointer | m_grid::m_grid_construct (mgrid_file_name, parallel, io_unit, vmec) |
| Construct a m_grid_class object. More...
|
|
class(m_grid_class) function, pointer | m_grid::m_grid_construct_plasma (num_r, num_p, num_z, rmax, rmin, zmax, zmin, parallel, io_unit, vmec) |
| Construct a m_grid_class object. More...
|
|
subroutine | m_grid::m_grid_destruct (this) |
| Deconstruct a m_grid_class object. More...
|
|
pure subroutine | m_grid::m_grid_interpolate (this, r, phi, z, ar, ap, az) |
| Interpolate the vector potential at a point. More...
|
|
pure real(rprec) function | m_grid::m_grid_intf (w1, w2, x) |
| Interpolate the vector potential at a point. More...
|
|