Searched refs:inact (Results 1 – 2 of 2) sorted by relevance
19 PetscErrorCode SNESVIGetInactiveSet(SNES snes, IS *inact) in SNESVIGetInactiveSet() argument24 *inact = vi->IS_inact; in SNESVIGetInactiveSet()388 const PetscInt *krows, *inact; in SNESSolve_VINEWTONRSLS() local397 PetscCall(ISGetIndices(vi->IS_inact, &inact)); in SNESSolve_VINEWTONRSLS()399 for (k = 0; k < cnt; k++) nrows[k] = inact[krows[k] - rstart]; in SNESSolve_VINEWTONRSLS()401 PetscCall(ISRestoreIndices(vi->IS_inact, &inact)); in SNESSolve_VINEWTONRSLS()
2203 cdef IS inact = IS()2204 CHKERR(SNESVIGetInactiveSet(self.snes, &inact.iset))2205 CHKERR(PetscINCREF(inact.obj))2206 return inact