Home
last modified time | relevance | path

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

/petsc/src/snes/impls/fas/
H A Dfas.c39 void *lsprectx, *lspostctx; in SNESFASSetUpLineSearch_Private() local
48 PetscCall(SNESLineSearchGetPostCheck(linesearch, &postcheck, &lspostctx)); in SNESFASSetUpLineSearch_Private()
50 PetscCall(SNESLineSearchSetPostCheck(slinesearch, postcheck, lspostctx)); in SNESFASSetUpLineSearch_Private()
/petsc/src/snes/interface/
H A Dsnes.c3349 void *lsprectx, *lspostctx; in SNESSetUp() local
3420 PetscCall(SNESLineSearchGetPostCheck(linesearch, &postcheck, &lspostctx)); in SNESSetUp()
3422 PetscCall(SNESLineSearchSetPostCheck(pclinesearch, postcheck, lspostctx)); in SNESSetUp()