Home
last modified time | relevance | path

Searched refs:DMTSGetRHSFunction (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/impls/pseudo/
H A Dposindep.c217 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in SNESTSFormFunction_Pseudo()
/petsc/src/ts/interface/
H A Dts.c583 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeRHSJacobian()
641 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, &ctx)); in TSComputeRHSFunction()
809 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeIFunction()
954 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeIJacobian()
1274 PetscCall(DMTSGetRHSFunction(dm, func, ctx)); in TSGetRHSFunction()
1536 PetscCall(DMTSGetRHSFunction(dm, &rhsfunction, NULL)); in TSComputeI2Function()
/petsc/src/ts/utils/
H A Ddmts.c979 PetscErrorCode DMTSGetRHSFunction(DM dm, TSRHSFunctionFn **func, PetscCtxRt ctx) in DMTSGetRHSFunction() function
/petsc/include/
H A Dpetscts.h833 PETSC_EXTERN PetscErrorCode DMTSGetRHSFunction(DM, TSRHSFunctionFn **, PetscCtxRt);
/petsc/src/ts/impls/arkimex/
H A Darkimex.c419 PetscCall(DMTSGetRHSFunction(ts->dm, &func, NULL)); in TSHasRHSFunction()