Searched refs:widxs2 (Results 1 – 1 of 1) sorted by relevance
745 PetscInt *widxs2; in KSPFETIDPSetUpOperators() local756 PetscCall(PetscMalloc1(ni, &widxs2)); in KSPFETIDPSetUpOperators()757 PetscCall(ISLocalToGlobalMappingApply(l2g, ni, widxs, widxs2)); in KSPFETIDPSetUpOperators()760 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)ksp), ni, widxs2, PETSC_OWN_POINTER, &is1)); in KSPFETIDPSetUpOperators()