Home
last modified time | relevance | path

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

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c59 PetscFortranCallbackId ijacobianp; member
122 …PetscObjectUseFortranCallback(ts, _cb.ijacobianp, (TS *, PetscReal *, Vec *, Vec *, PetscReal *, M… in ourijacobianp()
255 …etFortranCallback((PetscObject)*ts, PETSC_FORTRAN_CALLBACK_CLASS, &_cb.ijacobianp, (PetscFortranCa… in tssetijacobianp_()
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c143 ts->ijacobianp = func; in TSSetIJacobianP()
187 if (func) *func = ts->ijacobianp; in TSGetIJacobianP()
222 …if (ts->ijacobianp) PetscCallBack("TS callback JacobianP for sensitivity analysis", (*ts->ijacobia… in TSComputeIJacobianP()
224 if (!ts->ijacobianp) { /* system was written as Udot = G(t,U) */ in TSComputeIJacobianP()
239 if (!ts->ijacobianp) { /* No IJacobianp provided, but we have a separate RHS matrix */ in TSComputeIJacobianP()
/petsc/include/petsc/private/
H A Dtsimpl.h218 PetscErrorCode (*ijacobianp)(TS, PetscReal, Vec, Vec, PetscReal, Mat, void *); member