Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4291 IS is_R, is_V, is_C; in PCBDDCSetUpCorrection() local
4502 PetscCall(ISCreateStride(PETSC_COMM_SELF, n_constraints, n_vertices, 1, &is_C)); in PCBDDCSetUpCorrection()
4504 PetscCall(ISGetIndices(is_C, &idx_C)); in PCBDDCSetUpCorrection()
4511 …PetscCall(MatCreateSubMatrix(pcbddc->ConstraintMatrix, is_C, pcbddc->is_R_local, MAT_INITIAL_MATRI… in PCBDDCSetUpCorrection()
4512 …PetscCall(MatCreateSubMatrix(pcbddc->ConstraintMatrix, is_C, pcis->is_B_local, MAT_INITIAL_MATRIX,… in PCBDDCSetUpCorrection()
4719 IS is_cols[2] = {is_V, is_C}; in PCBDDCSetUpCorrection()
5240 PetscCall(ISRestoreIndices(is_C, &idx_C)); in PCBDDCSetUpCorrection()
5242 PetscCall(ISDestroy(&is_C)); in PCBDDCSetUpCorrection()