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