sedov3d.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
| program | sedov3d |
| 3D Sedov explosion More... | |
| subroutine | makeconfig (Sim, config) |
| subroutine | initdata (Mesh, Physics, Timedisc) |
| subroutine | run (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ initdata()
| subroutine sedov3d::initdata | ( | class(mesh_base), intent(in) | Mesh, |
| class(physics_base), intent(in) | Physics, | ||
| class(timedisc_base), intent(inout) | Timedisc | ||
| ) |
Definition at line 302 of file sedov3d.f90.
◆ makeconfig()
◆ run()
| subroutine sedov3d::run | ( | class(mesh_base), intent(in) | Mesh, |
| class(physics_base), intent(in) | Physics, | ||
| class(timedisc_base), intent(inout) | Timedisc | ||
| ) |
Definition at line 347 of file sedov3d.f90.
◆ sedov3d()
| program sedov3d |
3D Sedov explosion
Definition at line 35 of file sedov3d.f90.
Here is the call graph for this function:


1.9.4