sgdisk.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program sgdisk
 
subroutine makeconfig (Sim, config)
 
subroutine initdata (Mesh, Physics, Timedisc, Fluxes, Sources, pvar, cvar)
 
subroutine initrandseed (Timedisc)
 

Function/Subroutine Documentation

◆ initdata()

subroutine sgdisk::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,
class(marray_compound), intent(inout)  pvar,
class(marray_compound), intent(inout)  cvar 
)

Definition at line 263 of file sgdisk.f90.

◆ initrandseed()

subroutine sgdisk::initrandseed ( class(timedisc_base), intent(in)  Timedisc)

Definition at line 392 of file sgdisk.f90.

◆ makeconfig()

subroutine sgdisk::makeconfig ( class(fosite), intent(inout)  Sim,
type(dict_typ), pointer  config 
)

Definition at line 119 of file sgdisk.f90.

◆ sgdisk()

program sgdisk ( )

Definition at line 34 of file sgdisk.f90.