Home
last modified time | relevance | path

Searched defs:postcheck (Results 1 – 7 of 7) sorted by relevance

/petsc/src/snes/impls/tr/
H A Dtrimpl.h47 PetscErrorCode (*postcheck)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
/petsc/src/snes/tests/
H A Dex1f.F9036 subroutine postcheck(snes, x, y, w, changed_y, changed_w, ctx, ierr) subroutine
H A Dex1.c517 PetscErrorCode postcheck(SNES snes, Vec x, Vec y, Vec w, PetscBool *changed_y, PetscBool *changed_w… in postcheck() function
/petsc/src/snes/impls/ntrdc/
H A Dntrdcimpl.h40 PetscErrorCode (*postcheck)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
/petsc/include/petsc/private/
H A Dlinesearchimpl.h19 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
/petsc/src/snes/impls/fas/
H A Dfas.c41 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); in SNESFASSetUpLineSearch_Private() local
/petsc/src/snes/interface/
H A Dsnes.c3356 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); in SNESSetUp() local