Computes helmholtz operator for single boundary point
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mesh_cart_t), | intent(in) | :: | mesh |
Mesh |
||
| real(kind=FP), | intent(in), | dimension(mesh%n_points) | :: | u |
Variable |
|
| integer, | intent(in) | :: | ind |
Index where helmholtz operator should be computed MUST be index of a ghost point (not checked for performance reasons) |
result