Afivo  0.3
m_a3_all.f90
1 
4 module m_a3_all
5  use m_a3_core
7  use m_a3_interp
9  use m_a3_output
10  use m_a3_prolong
11  use m_a3_restrict
12  use m_a3_types
13  use m_a3_utils
14  use m_a3_particles
15 
16  implicit none
17  public
18 
19 end module m_a3_all
Module which contains all Afivo modules, so that a user does not have to include them separately...
Definition: m_a3_all.f90:4
This module contains all kinds of different 'helper' routines for Afivo. If the number of routines fo...
Definition: m_a3_utils.f90:5
This module contains the geometric multigrid routines that come with Afivo.
This module contains routines for writing output files with Afivo. The Silo format should probably be...
Definition: m_a3_output.f90:4
This module contains routines for restriction: going from fine to coarse variables.
This module contains routines related to , which can interpolate 'to' the grid and 'from' the grid (u...
This module contains the core routines of Afivo, namely those that deal with initializing and changin...
Definition: m_a3_core.f90:4
This module contains the routines related to prolongation: going from coarse to fine variables...
Definition: m_a3_prolong.f90:4
This module contains routines related to interpolation, which can interpolate 'to' the grid and 'from...
Definition: m_a3_interp.f90:5
This module contains routines related to the filling of ghost cells. Note that corner ghost cells are...
This module contains the basic types and constants that are used in the 3-dimensional version of Afiv...
Definition: m_a3_types.f90:5