Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/snes/impls/tr/
H A Dtrimpl.h26 void *postcheckctx; member
H A Dtr.c150 if (ctx) tr->postcheckctx = ctx; in SNESNewtonTRSetPostCheck()
177 if (ctx) *ctx = tr->postcheckctx; in SNESNewtonTRGetPostCheck()
242 ierr = (*tr->postcheck)(snes,X,Y,W,changed_Y,changed_W,tr->postcheckctx);CHKERRQ(ierr); in SNESNewtonTRPostCheck()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dlinesearchimpl.h68 void * postcheckctx; member
/dports/science/PETSc/petsc-3.14.1/src/snes/linesearch/interface/
H A Dlinesearch.c206 linesearch->postcheckctx = NULL; in SNESLineSearchCreate()
383 if (ctx) linesearch->postcheckctx = ctx; in SNESLineSearchSetPostCheck()
406 if (ctx) *ctx = linesearch->postcheckctx; in SNESLineSearchGetPostCheck()
467 …arch->ops->postcheck)(linesearch,X,Y,W,changed_Y,changed_W,linesearch->postcheckctx);CHKERRQ(ierr); in SNESLineSearchPostCheck()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS11401 void * postcheckctx;68,1915
62375 void *postcheckctx;postcheckctx26,1169
H A DCTAGS75814 postcheckctx include/petsc/private/linesearchimpl.h /^ void * postcheckctx;$/;" m la…
75815 postcheckctx src/snes/impls/tr/trimpl.h /^ void *postcheckctx;$/;" m language:C++ struct…