riemann3d.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | riemann3d |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ initdata()
subroutine riemann3d::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc | ||
) |
Definition at line 153 of file riemann3d.f90.
◆ makeconfig()
subroutine riemann3d::makeconfig | ( | class(fosite), intent(inout) | Sim, |
type(dict_typ), pointer | config | ||
) |
Definition at line 78 of file riemann3d.f90.
◆ riemann3d()
program riemann3d | ( | ) |
- Test:
- 3D Riemann problem
References:
- [langseth2000] Langseth, J. O., LeVeque, R. J.: A wave propagation method for three- dimensional hyperbolic conservation laws, J. Comput. Phys., 165(1) (2000) DOI: 10.1006/jcph.2000.6606
Definition at line 35 of file riemann3d.f90.