Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1332 …VoidFn *)ts->adjointmonitor[i], ts->adjointmonitorcontext[i], ts->adjointmonitordestroy[i], &ident… in TSAdjointMonitorSet()
1337 ts->adjointmonitordestroy[ts->numberadjointmonitors] = adjointmdestroy; in TSAdjointMonitorSet()
1364 …if (ts->adjointmonitordestroy[i]) PetscCall((*ts->adjointmonitordestroy[i])(&ts->adjointmonitorcon… in TSAdjointMonitorCancel()
/petsc/include/petsc/private/
H A Dtsimpl.h183 PetscCtxDestroyFn *adjointmonitordestroy[MAXTSMONITORS]; member