Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c559 PetscErrorCode DMTSGetI2Function(DM dm, TSI2FunctionFn **fun, PetscCtxRt ctx) in DMTSGetI2Function() function
/petsc/include/
H A Dpetscts.h845 PETSC_EXTERN PetscErrorCode DMTSGetI2Function(DM, TSI2FunctionFn **, PetscCtxRt);
/petsc/src/ts/interface/
H A Dts.c1419 PetscCall(DMTSGetI2Function(dm, fun, ctx)); in TSGetI2Function()
1535 PetscCall(DMTSGetI2Function(dm, &I2Function, &ctx)); in TSComputeI2Function()