MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
mod_ard.t
Go to the documentation of this file.
1!> Module activating the advection-reaction-diffusion equation module
2module mod_ard
4 use mod_amrvac
5
6 implicit none
7 public
8
9contains
10
11 subroutine ard_activate()
12 call ard_phys_init()
13 end subroutine ard_activate
14
15end module mod_ard
This module contains modules that users could want to have in their mod_usr.t code,...
Definition mod_amrvac.t:3
Module containing the physics routines for advection-reaction-diffusion equations.
subroutine, public ard_phys_init()
Module activating the advection-reaction-diffusion equation module.
Definition mod_ard.t:2
subroutine ard_activate()
Definition mod_ard.t:12