Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpcbddcimpl.h45 IS is_R_local; member
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4039 PetscCall(ISDestroy(&pcbddc->is_R_local)); in PCBDDCResetSolvers()
4412 PetscCall(ISGetIndices(pcbddc->is_R_local, &idx)); in PCBDDCSetUpCorrection()
4421 PetscCall(ISRestoreIndices(pcbddc->is_R_local, &idx)); in PCBDDCSetUpCorrection()
4511 …PetscCall(MatCreateSubMatrix(pcbddc->ConstraintMatrix, is_C, pcbddc->is_R_local, MAT_INITIAL_MATRI… in PCBDDCSetUpCorrection()
4672 PetscCall(ISDuplicate(pcbddc->is_R_local, &tis)); in PCBDDCSetUpCorrection()
4677 PetscCall(ISComplement(pcbddc->is_R_local, 0, pcis->n, &is_aux)); in PCBDDCSetUpCorrection()
4683 …PetscCall(MatCreateSubMatrix(pcbddc->local_mat, pcbddc->is_R_local, is_aux, MAT_INITIAL_MATRIX, &A… in PCBDDCSetUpCorrection()
4684 …PetscCall(MatCreateSubMatrix(pcbddc->local_mat, is_aux, pcbddc->is_R_local, MAT_INITIAL_MATRIX, &A… in PCBDDCSetUpCorrection()
4718 IS is_rows[2] = {pcbddc->is_R_local, NULL}; in PCBDDCSetUpCorrection()
4744 PetscCall(ISLocalToGlobalMappingCreateIS(pcbddc->is_R_local, &RtoN)); in PCBDDCSetUpCorrection()
[all …]