Home
last modified time | relevance | path

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

/petsc/src/snes/interface/
H A Dsnes.c3354 Mat j, jpre; in SNESSetUp() local
3396 PetscCall(SNESGetJacobian(snes, &j, &jpre, &jac, &jacctx)); in SNESSetUp()
3397 PetscCall(SNESSetJacobian(snes->npc, j, jpre, jac, jacctx)); in SNESSetUp()