MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
mod_mf.t
Go to the documentation of this file.
1module mod_mf
4 use mod_amrvac
5
6 implicit none
7 public
8
9contains
10
11 subroutine mf_activate()
12 call mf_phys_init()
13 end subroutine mf_activate
14
15end module mod_mf
This module contains modules that users could want to have in their mod_usr.t code,...
Definition mod_amrvac.t:3
integer, dimension(:), allocatable, public mag
Indices of the magnetic field.
Magnetofriction module.
Definition mod_mf_phys.t:2
subroutine, public mf_phys_init()
Definition mod_mf.t:1
subroutine mf_activate()
Definition mod_mf.t:12