gauss2d.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | gauss2d |
2D Gaussian pressure or density pulse with and without rotation More... | |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Mesh, Physics, Timedisc) |
Function/Subroutine Documentation
◆ gauss2d()
program gauss2d | ( | ) |
2D Gaussian pressure or density pulse with and without rotation
[illenseer2009]
Definition at line 33 of file gauss2d.f90.
◆ initdata()
subroutine gauss2d::initdata | ( | class(mesh_base), intent(in) | Mesh, |
class(physics_base), intent(in) | Physics, | ||
class(timedisc_base), intent(inout) | Timedisc | ||
) |
Definition at line 207 of file gauss2d.f90.
◆ makeconfig()
Definition at line 95 of file gauss2d.f90.