Searched refs:TSMonitorHGSwarmSolution (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 319.md | 211 - Add `TSMonitorHGCtxCreate()`, `TSMonitorHGCtxDestroy()`, `TSMonitorHGSwarmSolution()` to support …
|
| /petsc/include/ |
| H A D | petscts.h | 1069 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 D | tsmon.c | 1501 PetscErrorCode TSMonitorHGSwarmSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx dctx) in TSMonitorHGSwarmSolution() function
|
| H A D | ts.c | 268 if (ts->monitor[i] == TSMonitorHGSwarmSolution) { in TSSetFromOptions() 285 …PetscCall(TSMonitorSet(ts, TSMonitorHGSwarmSolution, ctx, (PetscCtxDestroyFn *)TSMonitorHGCtxDestr… in TSSetFromOptions()
|