mmsn.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | init |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, Timedisc, Fluxes, Sources) |
elemental real function | fgap (R, Rgap) |
Function/Subroutine Documentation
◆ fgap()
elemental real function init::fgap | ( | real, intent(in) | R, |
real, intent(in) | Rgap | ||
) |
◆ init()
◆ initdata()
subroutine init::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(inout) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc, | ||
class(fluxes_base), intent(inout) | Fluxes, | ||
class(sources_base), pointer | Sources | ||
) |