Home
last modified time | relevance | path

Searched refs:MyTSMonitorError (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex47.c256 static PetscErrorCode MyTSMonitorError(TS ts, PetscInt step, PetscReal crtime, Vec u, PetscCtx ctx) in MyTSMonitorError() function
293 PetscCall(TSMonitorSet(ts, MyTSMonitorError, &ctx, NULL)); in main()