MPI-AMRVAC  3.0
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 
8  implicit none
9  public
10 
11 contains
12 
13 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
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.