Computes single row of Neumann boundary matrix
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mesh_cart_t), | intent(in) | :: | mesh |
Mesh |
||
| integer, | intent(in) | :: | ind |
Mesh index (=row of boundary matrix) MUST be a boundary index |
||
| integer, | intent(out), | dimension(3) | :: | cols |
Column indices, where non-zero values may be present |
|
| real(kind=FP), | intent(out), | dimension(3) | :: | vals |
Values of non-zero elements |
|
| integer, | intent(out) | :: | nz |
Number of non-zero elements |