Searched refs:subksps (Results 1 – 1 of 1) sorted by relevance
467 KSP *subksps; in SNESSolve_VINEWTONRSLS() local468 PetscCall(PCFieldSplitGetSubKSP(pc, NULL, &subksps)); in SNESSolve_VINEWTONRSLS()469 PetscCall(KSPGetPC(subksps[0], &pc)); in SNESSolve_VINEWTONRSLS()470 PetscCall(PetscFree(subksps)); in SNESSolve_VINEWTONRSLS()