planet2d.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | planet2d |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, pvar, cvar) |
Function/Subroutine Documentation
◆ initdata()
subroutine planet2d::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 264 of file planet2d.f90.
◆ makeconfig()
◆ planet2d()
program planet2d |