Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnespc.c82 Vec FPC, XPC; in SNESGetNPCFunction() local
99 PetscCall(SNESGetSolution(snes->npc, &XPC)); in SNESGetNPCFunction()
100 …PetscCheck(XPC, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONGSTATE, "Nonlinear preconditioner has no soluti… in SNESGetNPCFunction()
101 PetscCall(SNESComputeFunction(snes->npc, XPC, F)); in SNESGetNPCFunction()