Home
last modified time | relevance | path

Searched refs:PetscViewerAndFormat (Results 1 – 25 of 37) sorted by relevance

12

/petsc/include/
H A Dpetscdmadaptor.h56 …, PetscViewerAndFormat *), PetscErrorCode (*)(PetscViewer, PetscViewerFormat, void *, PetscViewerA…
63 …daptorMonitorSize(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscReal[], Vec, PetscViewerAndFormat *);
64 …aptorMonitorError(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscReal[], Vec, PetscViewerAndFormat *);
65 …rMonitorErrorDraw(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscReal[], Vec, PetscViewerAndFormat *);
66 …DMAdaptorMonitorErrorDrawLGCreate(PetscViewer, PetscViewerFormat, void *, PetscViewerAndFormat **);
67 …onitorErrorDrawLG(DMAdaptor, PetscInt, DM, DM, PetscInt, PetscReal[], Vec, PetscViewerAndFormat *);
H A Dpetsctao_deprecations.h55 return TaoMonitorDefault(tao, (PetscViewerAndFormat *)ctx); in TaoDefaultMonitor()
59 return TaoMonitorGlobalization(tao, (PetscViewerAndFormat *)ctx); in TaoGMonitor()
63 return TaoMonitorDefaultShort(tao, (PetscViewerAndFormat *)ctx); in TaoSMonitor()
67 return TaoMonitorConstraintNorm(tao, (PetscViewerAndFormat *)ctx); in TaoCMonitor()
71 return TaoMonitorSolution(tao, (PetscViewerAndFormat *)ctx); in TaoSolutionMonitor()
75 return TaoMonitorGradient(tao, (PetscViewerAndFormat *)ctx); in TaoGradientMonitor()
79 return TaoMonitorResidual(tao, (PetscViewerAndFormat *)ctx); in TaoResidualMonitor()
83 return TaoMonitorStep(tao, (PetscViewerAndFormat *)ctx); in TaoStepDirectionMonitor()
H A Dpetscsnes.h62 …ErrorCode (*)(SNES, PetscInt, PetscReal, PetscViewerAndFormat *), PetscErrorCode (*)(SNES, PetscVi…
123 PETSC_EXTERN PetscErrorCode SNESMonitorDefaultSetUp(SNES, PetscViewerAndFormat *);
124 PETSC_EXTERN PetscErrorCode SNESMonitorDefault(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
125 PETSC_EXTERN PetscErrorCode SNESMonitorScaling(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
126 PETSC_EXTERN PetscErrorCode SNESMonitorRange(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
127 PETSC_EXTERN PetscErrorCode SNESMonitorRatio(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
128 PETSC_EXTERN PetscErrorCode SNESMonitorRatioSetUp(SNES, PetscViewerAndFormat *);
129 PETSC_EXTERN PetscErrorCode SNESMonitorSolution(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
130 PETSC_EXTERN PetscErrorCode SNESMonitorResidual(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
131 …EXTERN PetscErrorCode SNESMonitorSolutionUpdate(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
[all …]
H A Dpetsctao.h444 …], const char help[], const char manual[], PetscErrorCode (*monitor)(Tao, PetscViewerAndFormat *));
446 PETSC_EXTERN PetscErrorCode TaoMonitorDefault(Tao, PetscViewerAndFormat *);
447 PETSC_EXTERN PetscErrorCode TaoMonitorGlobalization(Tao, PetscViewerAndFormat *);
448 PETSC_EXTERN PetscErrorCode TaoMonitorDefaultShort(Tao, PetscViewerAndFormat *);
449 PETSC_EXTERN PetscErrorCode TaoMonitorConstraintNorm(Tao, PetscViewerAndFormat *);
450 PETSC_EXTERN PetscErrorCode TaoMonitorSolution(Tao, PetscViewerAndFormat *);
451 PETSC_EXTERN PetscErrorCode TaoMonitorResidual(Tao, PetscViewerAndFormat *);
452 PETSC_EXTERN PetscErrorCode TaoMonitorGradient(Tao, PetscViewerAndFormat *);
453 PETSC_EXTERN PetscErrorCode TaoMonitorStep(Tao, PetscViewerAndFormat *);
H A Dpetscksp.h150 …scErrorCode KSPMonitorRegisterFn(KSP ksp, PetscInt it, PetscReal rnorm, PetscViewerAndFormat *ctx);
165 …reateFn(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **result);
177 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode KSPMonitorRegisterDestroyFn(PetscViewerAndFormat **resu…
585 …tscErrorCode KSPMonitorResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorResidualDraw()
590 … KSPMonitorResidualDrawLGCreate(PetscViewer, PetscViewerFormat, PetscCtx, PetscViewerAndFormat **);
595 …rrorCode KSPMonitorTrueResidualDraw(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorTrueResidualDraw()
600 …MonitorTrueResidualDrawLGCreate(PetscViewer, PetscViewerFormat, PetscCtx, PetscViewerAndFormat **);
605 … KSPMonitorErrorDrawLGCreate(PetscViewer, PetscViewerFormat, PetscCtx, PetscViewerAndFormat **);
609 … KSPMonitorSolutionDrawLGCreate(PetscViewer, PetscViewerFormat, PetscCtx, PetscViewerAndFormat **);
611 … KSPMonitorSingularValueCreate(PetscViewer, PetscViewerFormat, PetscCtx, PetscViewerAndFormat **);
[all …]
H A Dpetscts.h259 …rorCode (*)(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *), PetscErrorCode (*)(TS, PetscVie…
384 …, PetscReal, Vec, PetscInt, Vec *, Vec *, PetscViewerAndFormat *), PetscErrorCode (*)(TS, PetscVie…
486 PETSC_EXTERN PetscErrorCode TSMonitorDefault(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *);
487 …EXTERN PetscErrorCode TSMonitorWallClockTime(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *);
488 PETSC_EXTERN PetscErrorCode TSMonitorWallClockTimeSetUp(TS, PetscViewerAndFormat *);
489 PETSC_EXTERN PetscErrorCode TSMonitorExtreme(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *);
499 …djointMonitorDefault(TS, PetscInt, PetscReal, Vec, PetscInt, Vec[], Vec[], PetscViewerAndFormat *);
503 …PetscErrorCode TSMonitorSolution(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *);
504 PETSC_EXTERN PetscErrorCode TSMonitorSolutionSetup(TS, PetscViewerAndFormat *);
1037 PETSC_EXTERN PetscErrorCode TSMonitorError(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *);
[all …]
H A Dpetscviewer.h228 } PetscViewerAndFormat; typedef
229 …PetscErrorCode PetscViewerAndFormatCreate(PetscViewer, PetscViewerFormat, PetscViewerAndFormat **);
230 PETSC_EXTERN PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **);
/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzitfuncf.c53 PETSC_EXTERN void kspgmresmonitorkrylov_(KSP *, PetscInt *, PetscReal *, PetscViewerAndFormat *, Pe…
54 PETSC_EXTERN void kspmonitorresidual_(KSP *, PetscInt *, PetscReal *, PetscViewerAndFormat *, Petsc…
55 PETSC_EXTERN void kspmonitorsingularvalue_(KSP *, PetscInt *, PetscReal *, PetscViewerAndFormat *, …
56 PETSC_EXTERN void kspmonitortrueresidual_(KSP *, PetscInt *, PetscReal *, PetscViewerAndFormat *, P…
57 PETSC_EXTERN void kspmonitorsolution_(KSP *, PetscInt *, PetscReal *, PetscViewerAndFormat *, Petsc…
97 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorResidual, *(PetscViewerAndFormat **)mctx, (P… in kspmonitorset_()
99 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorSolution, *(PetscViewerAndFormat **)mctx, (P… in kspmonitorset_()
101 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorTrueResidual, *(PetscViewerAndFormat **)mctx… in kspmonitorset_()
103 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorSingularValue, *(PetscViewerAndFormat **)mct… in kspmonitorset_()
105 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPGMRESMonitorKrylov, *(PetscViewerAndFormat **)mctx,… in kspmonitorset_()
/petsc/src/sys/classes/viewer/interface/ftn-custom/
H A Dzviewaf.c12 …ewerandformatcreate_(PetscViewer *vin, PetscViewerFormat *format, PetscViewerAndFormat **vf, Petsc… in petscviewerandformatcreate_()
19 PETSC_EXTERN void petscviewerandformatdestroy_(PetscViewerAndFormat **vf, PetscErrorCode *ierr) in petscviewerandformatdestroy_()
/petsc/src/snes/interface/
H A Dsnesut.c29 PetscErrorCode SNESMonitorSolution(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat in SNESMonitorSolution()
66 PetscErrorCode SNESMonitorResidual(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat in SNESMonitorResidual()
102 …Code SNESMonitorSolutionUpdate(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *vf) in SNESMonitorSolutionUpdate()
140 PetscErrorCode KSPMonitorSNESResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… 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 PetscErrorCode SNESMonitorDefault(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorDefault()
376 PetscErrorCode SNESMonitorScaling(SNES snes, PetscInt its, PetscReal fgnorm, PetscViewerAndFormat *… in SNESMonitorScaling()
423 …ode SNESMonitorJacUpdateSpectrum(SNES snes, PetscInt it, PetscReal fnorm, PetscViewerAndFormat *vf) in SNESMonitorJacUpdateSpectrum()
[all …]
/petsc/src/sys/classes/viewer/interface/
H A Dviewers.c125PetscViewerAndFormat *old = (PetscViewerAndFormat *)mctx, *newo = (PetscViewerAndFormat *)nmctx; in PetscMonitorCompare()
H A Dview.c133 …PetscViewerAndFormatCreate(PetscViewer viewer, PetscViewerFormat format, PetscViewerAndFormat **vf) in PetscViewerAndFormatCreate()
157 PetscErrorCode PetscViewerAndFormatDestroy(PetscViewerAndFormat **vf) in PetscViewerAndFormatDestroy()
/petsc/src/ksp/ksp/interface/
H A Diterativ.c127 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()
256 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPMonitorResidualDrawLGCreate()
272 PetscErrorCode KSPMonitorResidualShort(KSP ksp, PetscInt its, PetscReal fnorm, PetscViewerAndFormat in KSPMonitorResidualShort()
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 …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()
246 PetscErrorCode (*cfunc)(PetscViewer, PetscViewerFormat, void *, PetscViewerAndFormat **); in KSPMonitorSetFromOptions()
247 PetscErrorCode (*dfunc)(PetscViewerAndFormat **); in KSPMonitorSetFromOptions()
248 PetscViewerAndFormat *vf; in KSPMonitorSetFromOptions()
/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 PetscErrorCode KSPLSQRMonitorResidual(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *v… in KSPLSQRMonitorResidual()
428 …PetscTryMethod(ksp, "KSPLSQRMonitorResidual_C", (KSP, PetscInt, PetscReal, PetscViewerAndFormat *)… 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()
485 …ksp, "KSPLSQRMonitorResidualDrawLG_C", (KSP, PetscInt, PetscReal, PetscViewerAndFormat *), (ksp, n… in KSPLSQRMonitorResidualDrawLG()
506 …DrawLGCreate(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in KSPLSQRMonitorResidualDrawLGCreate()
/petsc/src/ts/tutorials/
H A Dex7.c22 extern PetscErrorCode MySNESMonitor(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
30 PetscViewerAndFormat *vf; in main()
254 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
H A Dex12.c30 extern PetscErrorCode MySNESMonitor(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
41 PetscViewerAndFormat *vf; in main()
270 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
H A Dex52.c31 extern PetscErrorCode MySNESMonitor(SNES, PetscInt, PetscReal, PetscViewerAndFormat *);
124 PetscErrorCode MySNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscViewerAndFormat *vf) in MySNESMonitor()
267 PetscViewerAndFormat *vf; in main()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c357 PETSC_EXTERN void snesmonitordefault_(SNES *, PetscInt *, PetscReal *, PetscViewerAndFormat **, Pet…
359 …nesmonitorsolution_(SNES *snes, PetscInt *its, PetscReal *fgnorm, PetscViewerAndFormat **dummy, Pe…
361 …itorsolutionupdate_(SNES *snes, PetscInt *its, PetscReal *fgnorm, PetscViewerAndFormat **dummy, Pe…
367 …Code (*)(SNES, PetscInt, PetscReal, void *))SNESMonitorDefault, *(PetscViewerAndFormat **)mctx, (P… in snesmonitorset_()
369 …ode (*)(SNES, PetscInt, PetscReal, void *))SNESMonitorSolution, *(PetscViewerAndFormat **)mctx, (P… in snesmonitorset_()
371 …)(SNES, PetscInt, PetscReal, void *))SNESMonitorSolutionUpdate, *(PetscViewerAndFormat **)mctx, (P… in snesmonitorset_()
/petsc/src/ts/interface/
H A Dtsmon.c69 …itor)(TS, PetscInt, PetscReal, Vec, PetscViewerAndFormat *), PetscErrorCode (*monitorsetup)(TS, Pe… in TSMonitorSetFromOptions() argument
78 PetscViewerAndFormat *vf; in TSMonitorSetFromOptions()
192 PetscErrorCode TSMonitorDefault(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat 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 PetscErrorCode TSMonitorExtreme(TS ts, PetscInt step, PetscReal ptime, Vec v, PetscViewerAndFormat in TSMonitorExtreme()
842 PetscErrorCode TSMonitorSolutionSetup(TS ts, PetscViewerAndFormat *vf) in TSMonitorSolutionSetup()
874 PetscErrorCode TSMonitorSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscViewerAndFormat in TSMonitorSolution()
1581 PetscErrorCode TSMonitorError(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscViewerAndFormat *v… in TSMonitorError()
1838 …rorCode TSDMSwarmMonitorMoments(TS ts, PetscInt step, PetscReal t, Vec U, PetscViewerAndFormat *vf) in TSDMSwarmMonitorMoments()
/petsc/src/snes/utils/dm/
H A Ddmadapt.c146PetscViewerAndFormat *), PetscErrorCode (*create)(PetscViewer, PetscViewerFormat, void *, PetscVie… in DMAdaptorMonitorRegister() argument
310 …ate_Internal(PetscViewer viewer, PetscViewerFormat format, PetscCtx ctx, PetscViewerAndFormat **vf) in PetscViewerAndFormatCreate_Internal()
412 PetscErrorCode (*cfunc)(PetscViewer, PetscViewerFormat, void *, PetscViewerAndFormat **); in DMAdaptorMonitorSetFromOptions()
413 PetscErrorCode (*dfunc)(PetscViewerAndFormat **); in DMAdaptorMonitorSetFromOptions()
414 PetscViewerAndFormat *vf; in DMAdaptorMonitorSetFromOptions()
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/tao/interface/
H A Dtaosolver.c364 …[], const char help[], const char manual[], PetscErrorCode (*monitor)(Tao, PetscViewerAndFormat *)) in TaoMonitorSetFromOptions() argument
373 PetscViewerAndFormat *vf; in TaoMonitorSetFromOptions()
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/ksp/ksp/tutorials/
H A Dex2f.F9030 PetscViewerAndFormat vf
118 PetscViewerAndFormat vf, vf2
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c134 PetscErrorCode SNESLineSearchMonitorSolutionUpdate(SNESLineSearch ls, PetscViewerAndFormat *vf) in SNESLineSearchMonitorSolutionUpdate()
771 …monitor)(SNESLineSearch ls, PetscViewerAndFormat *vf), PetscErrorCode (*monitorsetup)(SNESLineSear… in SNESLineSearchMonitorSetFromOptions()
780 PetscViewerAndFormat *vf; in SNESLineSearchMonitorSetFromOptions()
/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()
1272 …cReal, Vec, PetscInt, Vec *, Vec *, PetscViewerAndFormat *), PetscErrorCode (*monitorsetup)(TS, Pe… in TSAdjointMonitorSetFromOptions() argument
1281 PetscViewerAndFormat *vf; in TSAdjointMonitorSetFromOptions()
1388 …nt step, PetscReal time, Vec v, PetscInt numcost, Vec lambda[], Vec mu[], PetscViewerAndFormat *vf) in TSAdjointMonitorDefault()

12