Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1325 PetscErrorCode TSAdjointMonitorSet(TS ts, PetscErrorCode (*adjointmonitor)(TS ts, PetscInt steps, P… in TSAdjointMonitorSet()
1332 …*)(void))(PetscVoidFn *)adjointmonitor, adjointmctx, adjointmdestroy, (PetscErrorCode (*)(void))(P… in TSAdjointMonitorSet()
1336 ts->adjointmonitor[ts->numberadjointmonitors] = adjointmonitor; in TSAdjointMonitorSet()
1640 …for (i = 0; i < n; i++) PetscCall((*ts->adjointmonitor[i])(ts, step, ptime, u, numcost, lambda, mu… in TSAdjointMonitor()
/petsc/include/petsc/private/
H A Dtsimpl.h182 …PetscErrorCode (*adjointmonitor[MAXTSMONITORS])(TS, PetscInt, PetscReal, Vec, PetscInt, Vec *, Vec… member