mestel.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program mestel
 
subroutine makeconfig (config)
 
subroutine initdata (Timedisc, Mesh, Physics, Fluxes, Sources)
 
subroutine initrandseed (Physics)
 

Function/Subroutine Documentation

◆ initdata()

subroutine mestel::initdata ( class(timedisc_base), intent(inout)  Timedisc,
class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(inout)  Physics,
class(fluxes_base), intent(inout)  Fluxes,
class(sources_base), pointer  Sources 
)

Definition at line 267 of file mestel.f90.

◆ initrandseed()

subroutine mestel::initrandseed ( class(physics_base), intent(in)  Physics)

Definition at line 378 of file mestel.f90.

◆ makeconfig()

subroutine mestel::makeconfig ( type(dict_typ), pointer  config)

Definition at line 136 of file mestel.f90.

◆ mestel()

program mestel ( )

Definition at line 72 of file mestel.f90.