compute_bndnmn_matrix_row Subroutine

public subroutine compute_bndnmn_matrix_row(mesh, ind, cols, vals, nz)

Computes single row of Neumann boundary matrix

Arguments

Type IntentOptional 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