Lines Matching refs:idxs
417 const PetscInt *idxs; in PCBDDCScalingSetUp_Deluxe() local
419 PetscCall(ISGetIndices(sub_schurs->is_vertices, &idxs)); in PCBDDCScalingSetUp_Deluxe()
420 …PetscCall(ISGlobalToLocalMappingApply(pcis->BtoNmap, IS_GTOLM_DROP, n_com, idxs, &nmap, deluxe_ctx… in PCBDDCScalingSetUp_Deluxe()
422 PetscCall(ISRestoreIndices(sub_schurs->is_vertices, &idxs)); in PCBDDCScalingSetUp_Deluxe()
426 const PetscInt *idxs; in PCBDDCScalingSetUp_Deluxe() local
428 PetscCall(ISGetIndices(sub_schurs->is_dir, &idxs)); in PCBDDCScalingSetUp_Deluxe()
429 …PetscCall(ISGlobalToLocalMappingApply(pcis->BtoNmap, IS_GTOLM_DROP, n_dir, idxs, &nmap, deluxe_ctx… in PCBDDCScalingSetUp_Deluxe()
431 PetscCall(ISRestoreIndices(sub_schurs->is_dir, &idxs)); in PCBDDCScalingSetUp_Deluxe()
451 const PetscInt *idxs; in PCBDDCScalingSetUp_Deluxe_Private() local
478 PetscCall(ISGetIndices(sub_schurs->is_Ej_all, &idxs)); in PCBDDCScalingSetUp_Deluxe_Private()
492 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, subset_size, idxs + cum, PETSC_COPY_VALUES, &sub)); in PCBDDCScalingSetUp_Deluxe_Private()
548 PetscCall(ISRestoreIndices(sub_schurs->is_Ej_all, &idxs)); in PCBDDCScalingSetUp_Deluxe_Private()