MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Functions/Subroutines | |
subroutine, public | get_divb (w, ixil, ixol, divb, nth_in) |
Calculate div B within ixO. | |
Variables | |
integer, dimension(:), allocatable, public | mag |
Indices of the magnetic field. | |
subroutine, public mod_functions_bfield::get_divb | ( | double precision, dimension(ixi^s,1:nw), intent(in) | w, |
integer, intent(in) | ixi, | ||
integer, intent(in) | l, | ||
integer, intent(in) | ixo, | ||
l, | |||
double precision, dimension(ixi^s), intent(inout) | divb, | ||
integer, intent(in), optional | nth_in | ||
) |
Calculate div B within ixO.
Definition at line 14 of file mod_functions_bfield.t.
integer, dimension(:), allocatable, public mod_functions_bfield::mag |
Indices of the magnetic field.
Definition at line 9 of file mod_functions_bfield.t.