Home
last modified time | relevance | path

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

/petsc/src/snes/impls/vi/rs/
H A Dvirs.c347 IS IS_act; /* _act -> active set _inact -> inactive set */ in SNESSolve_VINEWTONRSLS() local
365 PetscCall(SNESVIGetActiveSetIS(snes, X, F, &IS_act)); in SNESSolve_VINEWTONRSLS()
368 PetscCall((*vi->checkredundancy)(snes, IS_act, &IS_redact, vi->ctxP)); in SNESSolve_VINEWTONRSLS()
374 PetscCall(ISComplement(IS_act, X->map->rstart, X->map->rend, &vi->IS_inact)); in SNESSolve_VINEWTONRSLS()
377 PetscCall(ISComplement(IS_act, X->map->rstart, X->map->rend, &vi->IS_inact)); in SNESSolve_VINEWTONRSLS()
393 PetscCall(ISDestroy(&IS_act)); in SNESSolve_VINEWTONRSLS()
406 PetscCall(ISComplement(vi->IS_inact, F->map->rstart, F->map->rend, &IS_act)); in SNESSolve_VINEWTONRSLS()
422 PetscCall(ISGetLocalSize(IS_act, &nis_act)); in SNESSolve_VINEWTONRSLS()
431 PetscCall(VecScatterCreate(Y, IS_act, Y_act, NULL, &scat_act)); in SNESSolve_VINEWTONRSLS()
501 PetscCall(ISDestroy(&IS_act)); in SNESSolve_VINEWTONRSLS()