Searched refs:MonitorError (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex47.c | 224 static PetscErrorCode MonitorError(KSP ksp, PetscInt it, PetscReal rnorm, PetscCtx ctx) in MonitorError() function 316 PetscCall(KSPMonitorSet(ksp, MonitorError, &ctx, NULL)); in main()
|
| H A D | ex8.c | 289 static PetscErrorCode MonitorError(TS ts, PetscInt step, PetscReal t, Vec x, PetscCtx ctx) in MonitorError() function 386 if (use_monitor) PetscCall(TSMonitorSet(ts, &MonitorError, &mon, NULL)); in main()
|
| H A D | ex46.c | 296 static PetscErrorCode MonitorError(TS ts, PetscInt step, PetscReal crtime, Vec u, PetscCtx ctx) in MonitorError() function 333 PetscCall(TSMonitorSet(ts, MonitorError, &ctx, NULL)); in main()
|
| H A D | ex77.c | 726 static PetscErrorCode MonitorError(TS ts, PetscInt step, PetscReal crtime, Vec u, PetscCtx ctx) in MonitorError() function 911 PetscCall(TSMonitorSet(ts, MonitorError, &user, NULL)); in main()
|
| H A D | ex76.c | 1579 static PetscErrorCode MonitorError(TS ts, PetscInt step, PetscReal crtime, Vec u, PetscCtx ctx) in MonitorError() function 1653 PetscCall(TSMonitorSet(ts, MonitorError, &user, NULL)); in main()
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | burgers_spectral.c | 91 extern PetscErrorCode MonitorError(Tao, void *); 246 PetscCall(TaoMonitorSet(tao, MonitorError, &appctx, NULL)); in main() 603 PetscErrorCode MonitorError(Tao tao, PetscCtx ctx) in MonitorError() function
|
| H A D | spectraladjointassimilation.c | 100 extern PetscErrorCode MonitorError(Tao, void *); 253 PetscCall(TaoMonitorSet(tao, MonitorError, &appctx, MonitorDestroy)); in main() 613 PetscErrorCode MonitorError(Tao tao, PetscCtx ctx) in MonitorError() function
|