Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20td.c62 extern PetscErrorCode AdjointMonitor(TS, PetscInt, PetscReal, Vec, PetscInt, Vec *, Vec *, void *);
208 PetscErrorCode AdjointMonitor(TS ts, PetscInt steps, PetscReal time, Vec u, PetscInt numcost, Vec *… in AdjointMonitor() function
322 if (sa == SA_TRACK) PetscCall(TSAdjointMonitorSet(ts, AdjointMonitor, &user, NULL)); in main()