Searched refs:SNESNewtonTRSetPostCheck (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/snes/tests/ |
| H A D | ex1f.F90 | 494 PetscCallA(SNESNewtonTRSetPostCheck(snes, postcheck, snes, ierr))
|
| H A D | ex1.c | 104 PetscCall(SNESNewtonTRSetPostCheck(snes, postcheck, NULL)); in main()
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 134 *ierr = SNESNewtonTRSetPostCheck(*snes, ourtrpostcheckfunction, NULL); in snesnewtontrsetpostcheck_()
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 266 PetscErrorCode SNESNewtonTRSetPostCheck(SNES snes, PetscErrorCode (*func)(SNES, Vec, Vec, Vec, Pets… in SNESNewtonTRSetPostCheck() function
|
| /petsc/include/ |
| H A D | petscsnes.h | 171 PETSC_EXTERN PetscErrorCode SNESNewtonTRSetPostCheck(SNES, PetscErrorCode (*)(SNES, Vec, Vec, Vec, …
|