This is a routine to apply damped Jacobbi smoother on coarse grid systems.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=realdp), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | x | |||
| complex(kind=realdp), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | rhs |
local arguements |
||
| integer, | intent(in) | :: | ni |
subdomain grid size on the current coarse level |
||
| integer, | intent(in) | :: | nj |
subdomain grid size on the current coarse level |
||
| real(kind=realdp), | intent(in) | :: | hx_c |
coarse-grid space step size |
||
| real(kind=realdp), | intent(in) | :: | hy_c |
coarse-grid space step size |
||
| real(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | kxy |
Wavenumber and (kh)^2 |
|
| real(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | kh2 |
Wavenumber and (kh)^2 |