Searched refs:TSAdjointMonitorSet (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1285 …PetscCall(TSAdjointMonitorSet(ts, (PetscErrorCode (*)(TS, PetscInt, PetscReal, Vec, PetscInt, Vec … in TSAdjointMonitorSetFromOptions() 1325 PetscErrorCode TSAdjointMonitorSet(TS ts, PetscErrorCode (*adjointmonitor)(TS ts, PetscInt steps, P… in TSAdjointMonitorSet() function 1490 …PetscCall(TSAdjointMonitorSet(ts, TSAdjointMonitorDrawSensi, ctx, (PetscCtxDestroyFn *)TSMonitorDr… in TSAdjointSetFromOptions()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex20td.c | 322 if (sa == SA_TRACK) PetscCall(TSAdjointMonitorSet(ts, AdjointMonitor, &user, NULL)); in main()
|
| /petsc/include/ |
| H A D | petscts.h | 382 PETSC_EXTERN PetscErrorCode TSAdjointMonitorSet(TS, PetscErrorCode (*)(TS, PetscInt, PetscReal, Vec…
|