Home
last modified time | relevance | path

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

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