This type contains datas to define gauss pulse
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | center(3) | Gauss pulse center |
|||
| real(kind=rk), | private | :: | halfwidth | half width of gauss pulse from center |
|||
| real(kind=rk), | private | :: | amplitude | height or magnitude of gauss pulse |
|||
| real(kind=rk), | private | :: | background | reference value. In case of density, it is reference density |
|||
| real(kind=rk), | private | :: | dx | spatial step size |
|||
| real(kind=rk), | private | :: | dt | time step size |