Searched refs:costintegrandctx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 321 ts->costintegrandctx = ctx; in TSSetCostIntegrand() 382 …callback integrand in the cost function", (*ts->costintegrand)(ts, t, U, Q, ts->costintegrandctx)); in TSComputeCostIntegrand() 402 …allback DRDU for sensitivity analysis", (*ts->drdufunction)(ts, t, U, DRDU, ts->costintegrandctx)); in TSComputeDRDUFunction() 420 …allback DRDP for sensitivity analysis", (*ts->drdpfunction)(ts, t, U, DRDP, ts->costintegrandctx)); in TSComputeDRDPFunction() 1209 …allback DRDY for sensitivity analysis", (*ts->drdufunction)(ts, t, U, DRDU, ts->costintegrandctx)); in TSAdjointComputeDRDYFunction() 1225 …allback DRDP for sensitivity analysis", (*ts->drdpfunction)(ts, t, U, DRDP, ts->costintegrandctx)); in TSAdjointComputeDRDPFunction()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 211 void *costintegrandctx; member
|