Home
last modified time | relevance | path

Searched defs:rnorm (Results 1 – 25 of 48) sorted by relevance

12

/petsc/src/ksp/ksp/interface/
H A Diterativ.c34 PetscErrorCode KSPGetResidualNorm(KSP ksp, PetscReal *rnorm) in KSPGetResidualNorm()
127 PetscErrorCode KSPMonitorResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidual()
169 PetscErrorCode KSPMonitorResidualView(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… in KSPMonitorResidualView()
212 PetscErrorCode KSPMonitorResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat … in KSPMonitorResidualDrawLG()
338 PetscErrorCode KSPMonitorResidualRange(KSP ksp, PetscInt it, PetscReal rnorm, PetscViewerAndFormat … in KSPMonitorResidualRange()
389 PetscErrorCode KSPMonitorTrueResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… in KSPMonitorTrueResidual()
446 PetscErrorCode KSPMonitorTrueResidualView(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndForma… in KSPMonitorTrueResidualView()
490 PetscErrorCode KSPMonitorTrueResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFor… in KSPMonitorTrueResidualDrawLG()
573 PetscErrorCode KSPMonitorTrueResidualMax(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat… in KSPMonitorTrueResidualMax()
625 PetscErrorCode KSPMonitorError(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorError()
[all …]
H A Dxmon.c4 PetscErrorCode KSPMonitorLGRange(KSP ksp, PetscInt n, PetscReal rnorm, void *monctx) in KSPMonitorLGRange()
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F9024 subroutine MyKSPMonitor(ksp, n, rnorm, vf, ierr) argument
63 subroutine MyKSPConverged(ksp, n, rnorm, flag, unused, ierr) argument
H A Dex57f.F9024 subroutine MyKSPMonitor(ksp, n, rnorm, unused, ierr) argument
63 subroutine MyKSPConverged(ksp, n, rnorm, flag, unused, ierr) argument
H A Dex1f.F9014 subroutine MyKSPConverged(ksp, n, rnorm, flag, defaultctx, ierr) argument
H A Dex100.c9 PetscReal rnorm; in RunTest() local
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c72 PetscReal beta, alpha, rnorm; in KSPSolve_LSQR() local
377 static PetscErrorCode KSPLSQRMonitorResidual_LSQR(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewer… in KSPLSQRMonitorResidual_LSQR()
422 PetscErrorCode KSPLSQRMonitorResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… in KSPLSQRMonitorResidual()
432 static PetscErrorCode KSPLSQRMonitorResidualDrawLG_LSQR(KSP ksp, PetscInt n, PetscReal rnorm, Petsc… in KSPLSQRMonitorResidualDrawLG_LSQR()
479 PetscErrorCode KSPLSQRMonitorResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFor… in KSPLSQRMonitorResidualDrawLG()
539 PetscReal rnorm; in KSPView_LSQR() local
586 PetscErrorCode KSPLSQRConvergedDefault(KSP ksp, PetscInt n, PetscReal rnorm, KSPConvergedReason *re… in KSPLSQRConvergedDefault()
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py144 def monitor(ksp, its, rnorm): argument
165 def converged(ksp, its, rnorm): argument
177 def converged(ksp, its, rnorm): argument
/petsc/src/snes/interface/saws/
H A Dsnessaws.c69 PetscErrorCode SNESMonitorSAWs(SNES snes, PetscInt n, PetscReal rnorm, PetscCtx ctx) in SNESMonitorSAWs()
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h285 PetscErrorCode KSPSetResidualNorm(KSP ksp, PetscReal rnorm) in KSPSetResidualNorm()
295 PetscErrorCode KSPConvergenceTestCall(KSP ksp, PetscInt its, PetscReal rnorm, KSPConvergedReason *r… in KSPConvergenceTestCall()
316 PetscErrorCode KSPConverged(KSP ksp,PetscInt iter,PetscReal rnorm,KSPConvergedReason *reason) in KSPConverged()
346 PetscErrorCode KSPConvergedNative_Private(KSP ksp, PetscInt n, PetscReal rnorm, KSPConvergedReason … in KSPConvergedNative_Private()
399 PetscErrorCode KSPLogHistory(KSP ksp,PetscReal rnorm) in KSPLogHistory()
424 PetscErrorCode SNESLogHistory(SNES snes,PetscReal rnorm,PetscInt lits) in SNESLogHistory()
/petsc/src/mat/tutorials/
H A Dex9.c16 PetscReal rnorm; in main() local
/petsc/src/ksp/ksp/interface/saws/
H A Dkspsaws.c78 PetscErrorCode KSPMonitorSAWs(KSP ksp, PetscInt n, PetscReal rnorm, PetscCtx ctx) in KSPMonitorSAWs()
/petsc/src/ksp/ksp/tests/
H A Dex88.c9 static PetscErrorCode TestConvergence(KSP ksp, PetscInt it, PetscReal rnorm, KSPConvergedReason *re… in TestConvergence()
/petsc/src/mat/tests/
H A Dex47.c18 PetscReal norm1, norm2, rnorm; in main() local
H A Dex48.c13 PetscReal s1norm, s2norm, rnorm, tol = 1.e-4; in main() local
H A Dex91.c14 PetscReal s1norm, s2norm, rnorm, tol = 10 * PETSC_SMALL; in main() local
H A Dex51.c13 PetscReal s1norm, s2norm, rnorm, tol = PETSC_SQRT_MACHINE_EPSILON; in main() local
H A Dex75.c10 PetscReal r1, r2, rnorm, tol = PETSC_SQRT_MACHINE_EPSILON; in main() local
H A Dex54.c14 PetscReal s1norm, s2norm, rnorm, tol = 100 * PETSC_SMALL; in main() local
H A Dex53.c12 PetscReal s1norm, s2norm, rnorm, tol = 1.e-10; in main() local
/petsc/src/ksp/ksp/impls/tcqmr/
H A Dtcqmr.c12 PetscReal rnorm0, rnorm, dp1, Gamma; in KSPSolve_TCQMR() local
/petsc/include/
H A Dpetscksp.h585 …ic inline PetscErrorCode KSPMonitorResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerA… in KSPMonitorResidualDraw()
595 …nline PetscErrorCode KSPMonitorTrueResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerA… in KSPMonitorTrueResidualDraw()
612 … static inline PetscErrorCode KSPMonitorDefault(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerA… in KSPMonitorDefault()
616 …nline PetscErrorCode KSPMonitorTrueResidualNorm(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerA… in KSPMonitorTrueResidualNorm()
620 …ne PetscErrorCode KSPMonitorTrueResidualMaxNorm(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerA… in KSPMonitorTrueResidualMaxNorm()
/petsc/src/snes/interface/
H A Dsnesut.c140 PetscErrorCode KSPMonitorSNESResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… in KSPMonitorSNESResidual()
195 PetscErrorCode KSPMonitorSNESResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFor… in KSPMonitorSNESResidualDrawLG()
520 PetscErrorCode SNESMonitorRange(SNES snes, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *vf) in SNESMonitorRange()
/petsc/src/ksp/ksp/impls/lcd/
H A Dlcd.c32 PetscReal rnorm = 0.0; in KSPSolve_LCD() local
/petsc/src/ksp/ksp/impls/gcr/pipegcr/
H A Dpipegcr.c63 PetscReal rnorm = 0.0, delta, *eta, *etas; in KSPSolve_PIPEGCR_cycle() local
255 PetscReal rnorm = 0.0; in KSPSolve_PIPEGCR() local

12