Searched refs:ijacobianp (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 59 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 D | tssen.c | 143 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 D | tsimpl.h | 218 PetscErrorCode (*ijacobianp)(TS, PetscReal, Vec, Vec, PetscReal, Mat, void *); member
|