Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsmon.c1342 PetscErrorCode TSMonitorLGError(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx Ctx) in TSMonitorLGError() function
H A Dts.c190 PetscCall(TSMonitorSet(ts, TSMonitorLGError, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
/petsc/include/
H A Dpetscts.h1034 PETSC_EXTERN PetscErrorCode TSMonitorLGError(TS, PetscInt, PetscReal, Vec, void *);
/petsc/doc/manual/
H A Dts.md956 is provided, `TSMonitorLGError()`.