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 | ||
) |
Definition at line 267 of file shearingsheet.f90.
◆ initrandseed()
subroutine shearingsheet::initrandseed | ( | class(physics_base), intent(in) | Physics | ) |
random number generator
Definition at line 345 of file shearingsheet.f90.
◆ makeconfig()
Definition at line 146 of file shearingsheet.f90.
◆ shearingsheet()
program shearingsheet | ( | ) |
Definition at line 79 of file shearingsheet.f90.