Home
last modified time | relevance | path

Searched defs:vf (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/snes/interface/
H A Dsnesut.c29 …cErrorCode SNESMonitorSolution(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorSolution()
66 …cErrorCode SNESMonitorResidual(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorResidual()
102 …Code SNESMonitorSolutionUpdate(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorSolutionUpdate()
140 …tscErrorCode KSPMonitorSNESResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorSNESResidual()
195 …orCode KSPMonitorSNESResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorSNESResidualDrawLG()
254 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPMonitorSNESResidualDrawLGCreate()
265 PetscErrorCode SNESMonitorDefaultSetUp(SNES snes, PetscViewerAndFormat *vf) in SNESMonitorDefaultSetUp()
298 …scErrorCode SNESMonitorDefault(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorDefault()
376 …scErrorCode SNESMonitorScaling(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorScaling()
423 …ode SNESMonitorJacUpdateSpectrum(SNES snes, PetscInt it, PetscReal fnorm, PetscViewerAndFormat *vf) in SNESMonitorJacUpdateSpectrum()
[all …]
H A Dsnes.c856 … PetscErrorCode (*monitor)(SNES snes, PetscInt it, PetscReal r, PetscViewerAndFormat *vf), PetscEr… in SNESMonitorSetFromOptions()
865 PetscViewerAndFormat *vf; in SNESMonitorSetFromOptions() local
/petsc/src/ksp/ksp/interface/
H A Diterativ.c127 PetscErrorCode KSPMonitorResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidual()
169 …tscErrorCode KSPMonitorResidualView(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualView()
212 …cErrorCode KSPMonitorResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualDrawLG()
256 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPMonitorResidualDrawLGCreate()
272 …ErrorCode KSPMonitorResidualShort(KSP ksp, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualShort()
338 …cErrorCode KSPMonitorResidualRange(KSP ksp, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualRange()
389 …tscErrorCode KSPMonitorTrueResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidual()
446 …rrorCode KSPMonitorTrueResidualView(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualView()
490 …orCode KSPMonitorTrueResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualDrawLG()
540 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPMonitorTrueResidualDrawLGCreate()
[all …]
H A Ditcl.c214 …ate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in PetscViewerAndFormatCreate_Internal()
248 PetscViewerAndFormat *vf; in KSPMonitorSetFromOptions() local
/petsc/src/sys/classes/viewer/interface/ftn-custom/
H A Dzviewaf.c12 …erandformatcreate_(PetscViewer *vin, PetscViewerFormat *format, PetscViewerAndFormat **vf, PetscEr… in petscviewerandformatcreate_()
19 PETSC_EXTERN void petscviewerandformatdestroy_(PetscViewerAndFormat **vf, PetscErrorCode *ierr) in petscviewerandformatdestroy_()
/petsc/src/dm/impls/stag/tests/
H A Dex20.c27 Vec vc, vf; in main() local
44 Vec vf, vc; in main() local
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c377 …rorCode KSPLSQRMonitorResidual_LSQR(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPLSQRMonitorResidual_LSQR()
422 …tscErrorCode KSPLSQRMonitorResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPLSQRMonitorResidual()
432 …e KSPLSQRMonitorResidualDrawLG_LSQR(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPLSQRMonitorResidualDrawLG_LSQR()
479 …orCode KSPLSQRMonitorResidualDrawLG(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPLSQRMonitorResidualDrawLG()
506 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPLSQRMonitorResidualDrawLGCreate()
/petsc/src/tao/interface/
H A Dtaosolver.c373 PetscViewerAndFormat *vf; in TaoMonitorSetFromOptions() local
1609 PetscErrorCode TaoMonitorDefault(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorDefault()
1663 PetscErrorCode TaoMonitorGlobalization(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorGlobalization()
1719 PetscErrorCode TaoMonitorDefaultShort(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorDefaultShort()
1770 PetscErrorCode TaoMonitorConstraintNorm(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorConstraintNorm()
1811 PetscErrorCode TaoMonitorSolution(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorSolution()
1838 PetscErrorCode TaoMonitorGradient(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorGradient()
1865 PetscErrorCode TaoMonitorStep(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorStep()
1978 PetscErrorCode TaoMonitorResidual(Tao tao, PetscViewerAndFormat *vf) in TaoMonitorResidual()
/petsc/src/ts/tutorials/
H A Dex7.c30 PetscViewerAndFormat *vf; in main() local
254 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
H A Dex12.c41 PetscViewerAndFormat *vf; in main() local
270 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
H A Dex52.c124 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
267 PetscViewerAndFormat *vf; in main() local
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F9024 subroutine MyKSPMonitor(ksp, n, rnorm, vf, ierr) argument
/petsc/src/sys/classes/viewer/interface/
H A Dview.c133 …PetscViewerAndFormatCreate(PetscViewer viewer, PetscViewerFormat format, PetscViewerAndFormat **vf) in PetscViewerAndFormatCreate()
157 PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **vf) in PetscViewerAndFormatDestroy()
/petsc/src/ts/interface/
H A Dtsmon.c78 PetscViewerAndFormat *vf; in TSMonitorSetFromOptions() local
192 …cErrorCode TSMonitorDefault(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat *vf) in TSMonitorDefault()
250 PetscErrorCode TSMonitorWallClockTimeSetUp(TS ts, PetscViewerAndFormat *vf) in TSMonitorWallClockTimeSetUp()
285 …Code TSMonitorWallClockTime(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat *vf) in TSMonitorWallClockTime()
335 …cErrorCode TSMonitorExtreme(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat *vf) in TSMonitorExtreme()
842 PetscErrorCode TSMonitorSolutionSetup(TS ts, PetscViewerAndFormat *vf) in TSMonitorSolutionSetup()
874 …ErrorCode TSMonitorSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscViewerAndFormat *vf) in TSMonitorSolution()
1581 …tscErrorCode TSMonitorError(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscViewerAndFormat *vf) in TSMonitorError()
1838 …rorCode TSDMSwarmMonitorMoments(TS ts, PetscInt step, PetscReal t, Vec U, PetscViewerAndFormat *vf) in TSDMSwarmMonitorMoments()
/petsc/include/
H A Dpetscksp.h585 …tscErrorCode KSPMonitorResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualDraw()
595 …rrorCode KSPMonitorTrueResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualDraw()
612 …ne PetscErrorCode KSPMonitorDefault(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorDefault()
616 …rrorCode KSPMonitorTrueResidualNorm(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualNorm()
620 …rCode KSPMonitorTrueResidualMaxNorm(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualMaxNorm()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c310 …ate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in PetscViewerAndFormatCreate_Internal()
414 PetscViewerAndFormat *vf; in DMAdaptorMonitorSetFromOptions() local
1053 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorSize()
1104 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorError()
1160 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorErrorDraw()
1193 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in DMAdaptorMonitorErrorDrawLGCreate()
1250 …, PetscInt n, DM odm, DM adm, PetscInt Nf, PetscReal enorms[], Vec error, PetscViewerAndFormat *vf) in DMAdaptorMonitorErrorDrawLG()
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c134 PetscErrorCode SNESLineSearchMonitorSolutionUpdate(SNESLineSearch ls, PetscViewerAndFormat *vf) in SNESLineSearchMonitorSolutionUpdate()
771 …nst char manual[], PetscErrorCode (*monitor)(SNESLineSearch ls, PetscViewerAndFormat *vf), PetscEr… in SNESLineSearchMonitorSetFromOptions()
780 PetscViewerAndFormat *vf; in SNESLineSearchMonitorSetFromOptions() local
/petsc/src/sys/classes/viewer/impls/matlab/
H A Dvmatlab.c133 PetscViewer_Matlab *vf = (PetscViewer_Matlab *)v->data; in PetscViewerDestroy_Matlab() local
/petsc/src/snes/impls/vi/
H A Dvi.c51 …rrorCode SNESVIMonitorResidual(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESVIMonitorResidual()
74 …cErrorCode SNESVIMonitorActive(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESVIMonitorActive()
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c82 …d, Vec vg0, Vec vh0, Vec vg1, Vec vh1, Vec vs, Vec va1, Vec vb1, Vec ve, Vec vf, Vec vm, Vec vn, V… in VecMergedOpsShort_Private()
304 …d, Vec vg0, Vec vh0, Vec vg1, Vec vh1, Vec vs, Vec va1, Vec vb1, Vec ve, Vec vf, Vec vm, Vec vn, V… in VecMergedOps_Private()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1237 …Int step, PetscReal ptime, Vec v, PetscInt numcost, Vec *lambda, Vec *mu, PetscViewerAndFormat *vf) in TSAdjointMonitorSensi()
1281 PetscViewerAndFormat *vf; in TSAdjointMonitorSetFromOptions() local
1388 …nt step, PetscReal time, Vec v, PetscInt numcost, Vec lambda[], Vec mu[], PetscViewerAndFormat *vf) in TSAdjointMonitorDefault()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c255 Vec vc, vf; in DMAdaptInterpolator() local
280 Vec vf; in DMAdaptInterpolator() local
400 Vec vc, vf; in DMCheckInterpolator() local
/petsc/src/snes/impls/fas/
H A Dfasfunc.c335 PetscErrorCode SNESFASSetMonitor(SNES snes, PetscViewerAndFormat *vf, PetscBool flg) in SNESFASSetMonitor()
H A Dfas.c234 PetscViewerAndFormat *vf; in SNESSetFromOptions_FAS() local
/petsc/src/snes/utils/
H A Ddmplexsnes.c184 …tscErrorCode SNESMonitorFields(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorFields()

12