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()
◆ 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
Definition at line 35 of file sedov2d.f90.
Here is the call graph for this function:


1.9.4