MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
mod_amrvac.t
Go to the documentation of this file.
1 !> This module contains modules that users could want to have in their mod_usr.t
2 !> code, so that they don't have to include them individually.
3 module mod_amrvac
6  use mod_geometry
7  use mod_comm_lib, only: mpistop
8 
9  implicit none
10  public
11 
12 contains
13 
14 end module mod_amrvac
This module contains modules that users could want to have in their mod_usr.t code,...
Definition: mod_amrvac.t:3
subroutine, public mpistop(message)
Exit MPI-AMRVAC with an error message.
Definition: mod_comm_lib.t:208
Module with geometry-related routines (e.g., divergence, curl)
Definition: mod_geometry.t:2
This module contains definitions of global parameters and variables and some generic functions/subrou...
Module with all the methods that users can customize in AMRVAC.