Home
last modified time | relevance | path

Searched refs:row_cmat_indices (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4523 const PetscInt *row_cmat_indices; in PCBDDCSetUpCorrection() local
4526 PetscCall(MatGetRow(C_CR, i, &size_of_constraint, &row_cmat_indices, &row_cmat_values)); in PCBDDCSetUpCorrection()
4527 …for (j = 0; j < size_of_constraint; j++) marr[row_cmat_indices[j] + col * lda_rhs] = -row_cmat_val… in PCBDDCSetUpCorrection()
4528 PetscCall(MatRestoreRow(C_CR, i, &size_of_constraint, &row_cmat_indices, &row_cmat_values)); in PCBDDCSetUpCorrection()