Home
last modified time | relevance | path

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

/petsc/share/petsc/suppressions/
H A Dubsan37 function:TSAdjointMonitor
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1591 …PetscCall(TSAdjointMonitor(ts, ts->steps, ts->ptime, ts->vec_sol, ts->numcost, ts->vecs_sensi, ts-… in TSAdjointSolve()
1598 …PetscCall(TSAdjointMonitor(ts, ts->steps, ts->ptime, ts->vec_sol, ts->numcost, ts->vecs_sensi, ts-… in TSAdjointSolve()
1632 PetscErrorCode TSAdjointMonitor(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscInt numcost, Vec… in TSAdjointMonitor() function
/petsc/include/
H A Dpetscts.h381 PETSC_EXTERN PetscErrorCode TSAdjointMonitor(TS, PetscInt, PetscReal, Vec, PetscInt, Vec[], Vec[]);