Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex53.c2006 static PetscErrorCode SolutionMonitor(TS ts, PetscInt steps, PetscReal time, Vec u, void *mctx) in SolutionMonitor() function
2080 if (flg) PetscCall(TSMonitorSet(ts, SolutionMonitor, ctx, NULL)); in SetupMonitor()