Lines Matching refs:is_I_local
2294 PetscCall(ISLocalToGlobalMappingCreateIS(pcis->is_I_local, &N_to_D)); in PCBDDCBenignShellMat()
4700 PetscCall(ISGetIndices(pcis->is_I_local, &idxs)); in PCBDDCSetUpCorrection()
4703 PetscCall(ISRestoreIndices(pcis->is_I_local, &idxs)); in PCBDDCSetUpCorrection()
5089 …if (pcbddc->switch_static || pcbddc->dbg_flag) PetscCall(MatCreateSubMatrix(T, pcis->is_I_local, N… in PCBDDCSetUpCorrection()
5268 … PetscCall(MatCreateSubMatrix(A, pcis->is_I_local, pcis->is_I_local, MAT_INITIAL_MATRIX, &A_II)); in PCBDDCSetUpCorrection()
5269 … PetscCall(MatCreateSubMatrix(A, pcis->is_I_local, pcis->is_B_local, MAT_INITIAL_MATRIX, &A_IB)); in PCBDDCSetUpCorrection()
5270 … PetscCall(MatCreateSubMatrix(A, pcis->is_B_local, pcis->is_I_local, MAT_INITIAL_MATRIX, &A_BI)); in PCBDDCSetUpCorrection()
5422 PetscCall(PetscObjectSetName((PetscObject)pcis->is_I_local,"I")); in PCBDDCSetUpCorrection()
5423 PetscCall(ISView(pcis->is_I_local,viewer)); in PCBDDCSetUpCorrection()
5823 PetscCall(ISGetIndices(pcis->is_I_local, (const PetscInt **)&is_indices)); in PCBDDCSetUpLocalScatters()
5825 PetscCall(ISRestoreIndices(pcis->is_I_local, (const PetscInt **)&is_indices)); in PCBDDCSetUpLocalScatters()
5995 PetscCall(PCBDDCBenignProject(pc, pcis->is_I_local, pcis->is_I_local, &A_IIn)); in PCBDDCSetUpLocalSolvers()
6030 PetscCall(MatNullSpacePropagateAny_Private(pcbddc->local_mat, pcis->is_I_local, pcis->pA_II)); in PCBDDCSetUpLocalSolvers()
6040 PetscCall(ISGetLocalSize(pcis->is_I_local, &nl)); in PCBDDCSetUpLocalSolvers()
6041 PetscCall(ISGetIndices(pcis->is_I_local, &idxs)); in PCBDDCSetUpLocalSolvers()
6046 PetscCall(ISRestoreIndices(pcis->is_I_local, &idxs)); in PCBDDCSetUpLocalSolvers()
9577 …PetscCall(PCBDDCSubSchursInit(pcbddc->sub_schurs, ((PetscObject)pc)->prefix, pcis->is_I_local, pci… in PCBDDCInitSubSchurs()