shearingsheet.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | shearingsheet |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, pvar, cvar) |
subroutine | initrandseed (Physics) |
random number generator More... | |
Function/Subroutine Documentation
◆ initdata()
subroutine shearingsheet::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(marray_compound), intent(inout), pointer | pvar, | ||
class(marray_compound), intent(inout), pointer | cvar | ||
) |
◆ initrandseed()
subroutine shearingsheet::initrandseed | ( | class(physics_base), intent(in) | Physics | ) |
random number generator
Definition at line 350 of file shearingsheet.f90.
◆ makeconfig()
◆ shearingsheet()
program shearingsheet |