Home
last modified time | relevance | path

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

/petsc/src/ts/interface/sensitivity/
H A Dtssen.c320 ts->costintegrand = rf; in TSSetCostIntegrand()
382 …if (ts->costintegrand) PetscCallBack("TS callback integrand in the cost function", (*ts->costinteg… in TSComputeCostIntegrand()
/petsc/include/petsc/private/
H A Dtsimpl.h219 PetscErrorCode (*costintegrand)(TS, PetscReal, Vec, Vec, void *); member