matrix-free CSLP operator, for the specified gird systems
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=realdp), | intent(inout), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | v_in | ||
| complex(kind=realdp), | intent(inout), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | v_out | ||
| integer, | intent(in) | :: | ni |
ni,nj: grid size of subdomain on the current grid level |
||
| integer, | intent(in) | :: | nj |
ni,nj: grid size of subdomain on the current grid level |
||
| real(kind=realdp), | intent(in) | :: | hx_c |
hx_c,hy_c: space step of subdomain on the current grid level |
||
| real(kind=realdp), | intent(in) | :: | hy_c |
hx_c,hy_c: space step of subdomain on the current grid level |
||
| real(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | kxy |
kxy: wavenumber profile of subdomain on the current grid level,kh2=(kh)^2 |
|
| real(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | kh2 |
kxy: wavenumber profile of subdomain on the current grid level,kh2=(kh)^2 |