ode.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | ode_test |
subroutine | makeconfig (Sim, config, i) |
subroutine | initdata (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ initdata()
subroutine ode_test::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc | ||
) |
◆ makeconfig()
subroutine ode_test::makeconfig | ( | class(fosite), intent(inout) | Sim, |
type(dict_typ), pointer | config, | ||
integer, intent(in) | i | ||
) |