Home
last modified time | relevance | path

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

/petsc/src/snes/impls/vi/rs/
H A Dvirs.c467 KSP *subksps; in SNESSolve_VINEWTONRSLS() local
468 PetscCall(PCFieldSplitGetSubKSP(pc, NULL, &subksps)); in SNESSolve_VINEWTONRSLS()
469 PetscCall(KSPGetPC(subksps[0], &pc)); in SNESSolve_VINEWTONRSLS()
470 PetscCall(PetscFree(subksps)); in SNESSolve_VINEWTONRSLS()