ode.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program ode_test
 
subroutine makeconfig (Sim, config)
 
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 
)

Definition at line 226 of file ode.f90.

◆ makeconfig()

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

Definition at line 154 of file ode.f90.

◆ ode_test()

program ode_test
Test:
time stepping methods using 2D sedov explosion simulation
Author
Tobias Illenseer
Björn Sperling

Definition at line 38 of file ode.f90.

Here is the call graph for this function: