Home
last modified time | relevance | path

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

/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c178 …oid (*f)(TS *, PetscReal *, Vec *, Vec *, void *, PetscErrorCode *), void *fP, PetscErrorCode *ier… in tssetrhsfunction_() argument
185 *ierr = TSSetRHSFunction(*ts, R, TSComputeRHSFunctionLinear, fP); in tssetrhsfunction_()
187 …(PetscObject)*ts, PETSC_FORTRAN_CALLBACK_CLASS, &_cb.rhsfunction, (PetscFortranCallbackFn *)f, fP); in tssetrhsfunction_()
200 …)(TS *, PetscReal *, Vec *, Vec *, Vec *, void *, PetscErrorCode *), void *fP, PetscErrorCode *ier… in tssetifunction_() argument
207 *ierr = TSSetIFunction(*ts, R, TSComputeIFunctionLinear, fP); in tssetifunction_()
209 …k((PetscObject)*ts, PETSC_FORTRAN_CALLBACK_CLASS, &_cb.ifunction, (PetscFortranCallbackFn *)f, fP); in tssetifunction_()
222 …)(TS *, PetscReal *, Vec *, Mat *, Mat *, void *, PetscErrorCode *), void *fP, PetscErrorCode *ier… in tssetrhsjacobian_() argument
226 *ierr = TSSetRHSJacobian(*ts, *A, *B, TSComputeRHSJacobianConstant, fP); in tssetrhsjacobian_()
228 …(PetscObject)*ts, PETSC_FORTRAN_CALLBACK_CLASS, &_cb.rhsjacobian, (PetscFortranCallbackFn *)f, fP); in tssetrhsjacobian_()
235 … Vec *, Vec *, PetscReal *, Mat *, Mat *, void *, PetscErrorCode *), void *fP, PetscErrorCode *ier… in tssetijacobian_() argument
[all …]
/petsc/doc/manualpages/doctext/
H A Dnroff.def10 # .IP name len - indented paragraph (typical use .IP \fIvalues\fP 1in)
/petsc/doc/manual/
H A Dts.md1520 and the (optional) user-provided context variable `fP`.
1533 user-provided context, passed in as `fP`. The user must provide the