Go to the source code of this file.
|
program | init |
|
subroutine | makeconfig (Sim, config) |
|
subroutine | initdata (Mesh, Physics, Timedisc, Fluxes, Sources) |
|
elemental real function | fgap (R, Rgap) |
|
◆ 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_list), intent(inout), allocatable |
Sources |
|
) |
| |
◆ makeconfig()
subroutine init::makeconfig |
( |
class(fosite), intent(inout) |
Sim, |
|
|
type(dict_typ), pointer |
config |
|
) |
| |