Home
last modified time | relevance | path

Searched refs:SNESSetConvergenceTest (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c343 *ierr = SNESSetConvergenceTest(*snes, SNESConvergedDefault, NULL, NULL); in snessetconvergencetest_()
345 *ierr = SNESSetConvergenceTest(*snes, SNESConvergedSkip, NULL, NULL); in snessetconvergencetest_()
352 *ierr = SNESSetConvergenceTest(*snes, oursnestest, *snes, ourdestroy); in snessetconvergencetest_()
353 } else *ierr = SNESSetConvergenceTest(*snes, oursnestest, *snes, NULL); in snessetconvergencetest_()
/petsc/src/snes/tutorials/
H A Dex5f.F90410 call SNESSetConvergenceTest(snes, MySNESConverged, 0, PETSC_NULL_FUNCTION, ierr)
H A Dex30.c177 PetscCall(SNESSetConvergenceTest(snes, SNESConverged_Interactive, (void *)user, NULL)); in main()
H A Dex69.c3367 PetscCall(SNESSetConvergenceTest(snes, SNESConvergenceCorrectPressure, &user, NULL)); in main()
/petsc/doc/changes/
H A Ddev.md97 - Change the `destroy()` function argument of `SNESSetConvergenceTest()` to type `PetscCtxDestroyFn…
H A D300.md150 - SNESSetConvergenceTest() takes another optional argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi170 …PetscErrorCode SNESSetConvergenceTest(PetscSNES, PetscSNESConvergedFunction, void*, PetscSNESCtxDe…
H A DSNES.pyx1313 getConvergenceTest, callConvergenceTest, petsc.SNESSetConvergenceTest
1318 CHKERR(SNESSetConvergenceTest(self.snes, SNESConvergedSkip, NULL, NULL))
1321 CHKERR(SNESSetConvergenceTest(self.snes, SNESConvergedDefault, NULL, NULL))
1328 CHKERR(SNESSetConvergenceTest(self.snes, SNES_Converged, <void*>context, NULL))
/petsc/src/snes/interface/
H A Dsnes.c1030 PetscCall(SNESSetConvergenceTest(snes, SNESConvergedDefault, NULL, NULL)); in SNESSetFromOptions()
1033 PetscCall(SNESSetConvergenceTest(snes, SNESConvergedSkip, NULL, NULL)); in SNESSetFromOptions()
1036 PetscCall(SNESSetConvergenceTest(snes, SNESConvergedCorrectPressure, NULL, NULL)); in SNESSetFromOptions()
4353 PetscErrorCode SNESSetConvergenceTest(SNES snes, PetscErrorCode (*SNESConvergenceTestFunction)(SNES… in SNESSetConvergenceTest() function
/petsc/include/
H A Dpetscsnes.h459 PETSC_EXTERN PetscErrorCode SNESSetConvergenceTest(SNES, PetscErrorCode (*)(SNES, PetscInt, PetscRe…
/petsc/src/snes/tests/
H A Dex20.c91 if (use_convergence_test) PetscCall(SNESSetConvergenceTest(snes, TestConvergence, &user, NULL)); in main()
/petsc/doc/manual/
H A Dsnes.md849 SNESSetConvergenceTest(SNES snes, PetscErrorCode (*test)(SNES snes, PetscInt it, PetscReal xnorm, P…
/petsc/doc/faq/
H A Dindex.md1653 call SNESSetConvergenceTest(snes, convergence, contextOut, PETSC_NULL_FUNCTION, ierr)