Searched defs:postcheck (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/impls/tr/ |
| H A D | trimpl.h | 47 PetscErrorCode (*postcheck)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
|
| /petsc/src/snes/tests/ |
| H A D | ex1f.F90 | 36 subroutine postcheck(snes, x, y, w, changed_y, changed_w, ctx, ierr) subroutine
|
| H A D | ex1.c | 517 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 D | ntrdcimpl.h | 40 PetscErrorCode (*postcheck)(SNES, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
|
| /petsc/include/petsc/private/ |
| H A D | linesearchimpl.h | 19 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); member
|
| /petsc/src/snes/impls/fas/ |
| H A D | fas.c | 41 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); in SNESFASSetUpLineSearch_Private() local
|
| /petsc/src/snes/interface/ |
| H A D | snes.c | 3356 PetscErrorCode (*postcheck)(SNESLineSearch, Vec, Vec, Vec, PetscBool *, PetscBool *, void *); in SNESSetUp() local
|