V3FIT
|
Interface to set the unprimed grid. More...
Public Member Functions | |
subroutine | bmw_context_set_up_grid_m (this, p_start, p_end, parallel, io_unit) |
Set the unprimed grid. More... | |
subroutine | bmw_context_set_up_grid_a (this, r_grid, z_grid, dphi, parallel, io_unit) |
Set the unprimed grid. More... | |
Interface to set the unprimed grid.
Definition at line 46 of file bmw_context.f.
subroutine bmw_context::bmw_context_set_up_grid::bmw_context_set_up_grid_a | ( | type (bmw_context_class), intent(inout) | this, |
real (rprec), dimension(:,:,:), intent(in) | r_grid, | ||
real (rprec), dimension(:,:,:), intent(in) | z_grid, | ||
real (rprec), intent(in) | dphi, | ||
type (bmw_parallel_context_class), intent(in) | parallel, | ||
integer, intent(in) | io_unit | ||
) |
Set the unprimed grid.
This initializes the unprimed file using supplied grid as the unprimed grid.
[in,out] | this | A bmw_context_class instance. |
[in] | r_grid | 3D Array of r positions. |
[in] | z_grid | 3D Array of z positions. |
[in] | dphi | Phi grid spacing. |
[in] | parallel | bmw_parallel_context_class object instance. |
[in] | io_unit | Unit number to write messages to. |
Definition at line 225 of file bmw_context.f.
subroutine bmw_context::bmw_context_set_up_grid::bmw_context_set_up_grid_m | ( | type (bmw_context_class), intent(inout) | this, |
integer, intent(in) | p_start, | ||
integer, intent(in) | p_end, | ||
type (bmw_parallel_context_class), intent(in) | parallel, | ||
integer, intent(in) | io_unit | ||
) |
Set the unprimed grid.
This initializes the unprimed file using the mgrid grid as the unprimed grid.
[in,out] | this | A bmw_context_class instance. |
[in] | p_start | Starting phi index to compute fields to. |
[in] | p_end | Ending phi index to compute fields to. |
[in] | parallel | bmw_parallel_context_class object instance. |
[in] | io_unit | Unit number to write messages to. |
Definition at line 184 of file bmw_context.f.