MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
mod_rmhd.t
Go to the documentation of this file.
1module mod_rmhd
4 use mod_amrvac
5 implicit none
6 public
7
8contains
9
10 subroutine rmhd_activate()
11 call rmhd_phys_init()
12 end subroutine rmhd_activate
13
14end module mod_rmhd
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.
Radiation-magneto-hydrodynamics module.
subroutine, public rmhd_phys_init()
subroutine rmhd_activate()
Definition mod_rmhd.t:11