Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c745 PetscInt *widxs2; in KSPFETIDPSetUpOperators() local
756 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()