MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Functions/Subroutines | Variables
mod_functions_bfield Module Reference

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.
 

Function/Subroutine Documentation

◆ get_divb()

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.

Here is the call graph for this function:

Variable Documentation

◆ mag

integer, dimension(:), allocatable, public mod_functions_bfield::mag

Indices of the magnetic field.

Definition at line 9 of file mod_functions_bfield.t.