Afivo
0.3
src
m_a3_all.f90
1
4
module
m_a3_all
5
use
m_a3_core
6
use
m_a3_ghostcell
7
use
m_a3_interp
8
use
m_a3_multigrid
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
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
m_a3_utils
This module contains all kinds of different 'helper' routines for Afivo. If the number of routines fo...
Definition:
m_a3_utils.f90:5
m_a3_multigrid
This module contains the geometric multigrid routines that come with Afivo.
Definition:
m_a3_multigrid.f90:3
m_a3_output
This module contains routines for writing output files with Afivo. The Silo format should probably be...
Definition:
m_a3_output.f90:4
m_a3_restrict
This module contains routines for restriction: going from fine to coarse variables.
Definition:
m_a3_restrict.f90:4
m_a3_particles
This module contains routines related to , which can interpolate 'to' the grid and 'from' the grid (u...
Definition:
m_a3_particles.f90:5
m_a3_core
This module contains the core routines of Afivo, namely those that deal with initializing and changin...
Definition:
m_a3_core.f90:4
m_a3_prolong
This module contains the routines related to prolongation: going from coarse to fine variables...
Definition:
m_a3_prolong.f90:4
m_a3_interp
This module contains routines related to interpolation, which can interpolate 'to' the grid and 'from...
Definition:
m_a3_interp.f90:5
m_a3_ghostcell
This module contains routines related to the filling of ghost cells. Note that corner ghost cells are...
Definition:
m_a3_ghostcell.f90:4
m_a3_types
This module contains the basic types and constants that are used in the 3-dimensional version of Afiv...
Definition:
m_a3_types.f90:5
Generated on Wed Aug 29 2018 17:01:16 for Afivo by
1.8.12