Compute the dot product of two complex variables, for a coarse-grid system. Note that the dimension is not specified here, it means it calculate all the elements
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | v | ||
| complex(kind=realdp), | intent(in), | dimension(1-LAP:ni+LAP,1-LAP:nj+LAP) | :: | w | ||
| integer, | intent(in) | :: | ni |
ni, nj: grid size of the subdomain on the current coarse grid level |
||
| integer, | intent(in) | :: | nj |
ni, nj: grid size of the subdomain on the current coarse grid level |