Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1335 …PetscCheck(ts->numberadjointmonitors < MAXTSMONITORS, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "… in TSAdjointMonitorSet()
1336 ts->adjointmonitor[ts->numberadjointmonitors] = adjointmonitor; in TSAdjointMonitorSet()
1337 ts->adjointmonitordestroy[ts->numberadjointmonitors] = adjointmdestroy; in TSAdjointMonitorSet()
1338 ts->adjointmonitorcontext[ts->numberadjointmonitors++] = adjointmctx; in TSAdjointMonitorSet()
1363 for (i = 0; i < ts->numberadjointmonitors; i++) { in TSAdjointMonitorCancel()
1366 ts->numberadjointmonitors = 0; in TSAdjointMonitorCancel()
1634 PetscInt i, n = ts->numberadjointmonitors; in TSAdjointMonitor()
/petsc/include/petsc/private/
H A Dtsimpl.h185 PetscInt numberadjointmonitors; member