Searched refs:SNESGetConvergenceHistory (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf90.c | 18 *ierr = SNESGetConvergenceHistory(*snes, &hist, &its, &N); in snesgetconvergencehistory_()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex1f.F90 | 267 PetscCallA(SNESGetConvergenceHistory(snes, rhistory, itshistory, nhistory, ierr))
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 573 PetscCall(SNESGetConvergenceHistory(snes, &history, NULL, &len)); in SNESMonitorRatio() 605 PetscCall(SNESGetConvergenceHistory(snes, &history, NULL, NULL)); in SNESMonitorRatioSetUp()
|
| H A D | snes.c | 4540 PetscErrorCode SNESGetConvergenceHistory(SNES snes, PetscReal *a[], PetscInt *its[], PetscInt *na) in SNESGetConvergenceHistory() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsnes.pxi | 176 PetscErrorCode SNESGetConvergenceHistory(PetscSNES, PetscReal*[], PetscInt*[], PetscInt*)
|
| H A D | SNES.pyx | 1430 petsc.SNESGetConvergenceHistory 1436 CHKERR(SNESGetConvergenceHistory(self.snes, &rdata, &idata, &size))
|
| /petsc/include/ |
| H A D | petscsnes.h | 68 PETSC_EXTERN PetscErrorCode SNESGetConvergenceHistory(SNES, PetscReal *[], PetscInt *[], PetscInt *…
|