V3FIT
Data Types | Modules | Functions/Subroutines
m_grid.f File Reference

Contains module m_grid. More...

Go to the source code of this file.

Data Types

type  m_grid::m_grid_class
 Base class representing a m grid. This is grid contains information about the vacuum fields. More...
 

Modules

module  m_grid
 Defines the base class of the type m_grid_class. This contains the state variables to define the vacuum vector potential.
 

Functions/Subroutines

type(m_grid_class) function, pointer m_grid::m_grid_construct (mgrid_file_name, parallel, io_unit)
 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)
 

Detailed Description

Contains module m_grid.

Definition in file m_grid.f.