gauss3d.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

program gauss3d
 3D Gaussian pressure or density pulse with and without rotation More...
 
subroutine makeconfig (Sim, config)
 
subroutine initdata (Mesh, Physics, Timedisc)
 

Function/Subroutine Documentation

◆ gauss3d()

program gauss3d ( )

3D Gaussian pressure or density pulse with and without rotation

Author
Tobias Illenseer

[illenseer2009]

Definition at line 32 of file gauss3d.f90.

◆ initdata()

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

Definition at line 243 of file gauss3d.f90.

◆ makeconfig()

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

Definition at line 94 of file gauss3d.f90.