sedov2d.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program sedov2d
 2D Sedov explosion More...
 
subroutine makeconfig (Sim, config)
 
subroutine initdata (Mesh, Physics, Timedisc)
 
subroutine run (Mesh, Physics, Timedisc)
 

Function/Subroutine Documentation

◆ initdata()

subroutine sedov2d::initdata ( class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
class(timedisc_base), intent(inout)  Timedisc 
)

Definition at line 306 of file sedov2d.f90.

◆ makeconfig()

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

Definition at line 140 of file sedov2d.f90.

Here is the call graph for this function:

◆ run()

subroutine sedov2d::run ( class(mesh_base), intent(in)  Mesh,
class(physics_base), intent(in)  Physics,
class(timedisc_base), intent(inout)  Timedisc 
)

Definition at line 351 of file sedov2d.f90.

◆ sedov2d()

program sedov2d

2D Sedov explosion

Author
Tobias Illenseer

References: [44] [45] [39]

Definition at line 35 of file sedov2d.f90.

Here is the call graph for this function: