Lines Matching refs:fgnorm
29 PetscErrorCode SNESMonitorSolution(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat … in SNESMonitorSolution() argument
66 PetscErrorCode SNESMonitorResidual(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat … in SNESMonitorResidual() argument
102 PetscErrorCode SNESMonitorSolutionUpdate(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndF… in SNESMonitorSolutionUpdate() argument
298 PetscErrorCode SNESMonitorDefault(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorDefault() argument
325 …on norm %14.12e, Update norm %14.12e, Objective %14.12e\n", its, (double)fgnorm, (double)upnorm, (… in SNESMonitorDefault()
327 …nt_FMT " SNES Function norm %14.12e, Update norm %14.12e\n", its, (double)fgnorm, (double)upnorm)); in SNESMonitorDefault()
330 …ViewerASCIIPrintf(viewer, "%3" PetscInt_FMT " SNES Function norm %14.12e\n", its, (double)fgnorm)); in SNESMonitorDefault()
341 if (fgnorm > 0.0) y = PetscLog10Real(fgnorm); in SNESMonitorDefault()
376 PetscErrorCode SNESMonitorScaling(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorScaling() argument
566 PetscErrorCode SNESMonitorRatio(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorRatio() argument
577 …ViewerASCIIPrintf(viewer, "%3" PetscInt_FMT " SNES Function norm %14.12e\n", its, (double)fgnorm)); in SNESMonitorRatio()
579 PetscReal ratio = fgnorm / history[its - 1]; in SNESMonitorRatio()
580 …r, "%3" PetscInt_FMT " SNES Function norm %14.12e %14.12e\n", its, (double)fgnorm, (double)ratio)); in SNESMonitorRatio()
619 PetscErrorCode SNESMonitorDefaultShort(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFor… in SNESMonitorDefaultShort() argument
627 if (fgnorm > 1.e-9) { in SNESMonitorDefaultShort()
628 …PetscViewerASCIIPrintf(viewer, "%3" PetscInt_FMT " SNES Function norm %g\n", its, (double)fgnorm)); in SNESMonitorDefaultShort()
629 } else if (fgnorm > 1.e-11) { in SNESMonitorDefaultShort()
630 …scViewerASCIIPrintf(viewer, "%3" PetscInt_FMT " SNES Function norm %5.3e\n", its, (double)fgnorm)); in SNESMonitorDefaultShort()
663 PetscErrorCode SNESMonitorDefaultField(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFor… in SNESMonitorDefaultField() argument
675 if (!dm) PetscCall(SNESMonitorDefault(snes, its, fgnorm, vf)); in SNESMonitorDefaultField()
682 if (!s || !gs) PetscCall(SNESMonitorDefault(snes, its, fgnorm, vf)); in SNESMonitorDefaultField()
689 …ViewerASCIIPrintf(viewer, "%3" PetscInt_FMT " SNES Function norm %14.12e [", its, (double)fgnorm)); in SNESMonitorDefaultField()