Build Laplacian operator using Morinishi's schemes
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(op_obj), | intent(inout) | :: | this |
Differential operators utility |
||
| real(kind=wp), | intent(out), | allocatable | :: | mat(:,:,:,:,:) |
Matrix that stores the laplacian operator |
|
| integer, | intent(out) | :: | stm |
Stencil extent |