Searched refs:drdpfunction (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 323 ts->drdpfunction = drdpf; in TSSetCostIntegrand() 420 …PetscCallBack("TS callback DRDP for sensitivity analysis", (*ts->drdpfunction)(ts, t, U, DRDP, ts-… in TSComputeDRDPFunction() 1225 …PetscCallBack("TS callback DRDP for sensitivity analysis", (*ts->drdpfunction)(ts, t, U, DRDP, ts-… in TSAdjointComputeDRDPFunction()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 221 PetscErrorCode (*drdpfunction)(TS, PetscReal, Vec, Vec *, void *); member
|