MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
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.
7 use mod_comm_lib, only: mpistop
8
9 implicit none
10 public
11
12contains
13
14end 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.
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.