Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D319.md211 - Add `TSMonitorHGCtxCreate()`, `TSMonitorHGCtxDestroy()`, `TSMonitorHGSwarmSolution()` to support …
/petsc/include/
H A Dpetscts.h1069 PETSC_EXTERN PetscErrorCode TSMonitorHGSwarmSolution(TS, PetscInt, PetscReal, Vec, void *);
1071 PETSC_EXTERN PetscErrorCode TSMonitorHGSwarmSolution(TS, PetscInt, PetscReal, Vec, void *);
/petsc/src/ts/interface/
H A Dtsmon.c1501 PetscErrorCode TSMonitorHGSwarmSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx dctx) in TSMonitorHGSwarmSolution() function
H A Dts.c268 if (ts->monitor[i] == TSMonitorHGSwarmSolution) { in TSSetFromOptions()
285 …PetscCall(TSMonitorSet(ts, TSMonitorHGSwarmSolution, ctx, (PetscCtxDestroyFn *)TSMonitorHGCtxDestr… in TSSetFromOptions()