Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c323 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 Dtsimpl.h221 PetscErrorCode (*drdpfunction)(TS, PetscReal, Vec, Vec *, void *); member