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 
)

Definition at line 280 of file ode.f90.

◆ makeconfig()

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

Definition at line 123 of file ode.f90.

◆ ode_test()

program ode_test ( )
Test:
ode test using a 2D sedov explosion
Author
Tobias Illenseer
Björn Sperling

Definition at line 38 of file ode.f90.