Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmts.c481 PetscErrorCode DMTSSetI2Function(DM dm, TSI2FunctionFn *fun, PetscCtx ctx) in DMTSSetI2Function() function
/petsc/include/
H A Dpetscts.h844 PETSC_EXTERN PetscErrorCode DMTSSetI2Function(DM, TSI2FunctionFn *, PetscCtx);
/petsc/src/ts/interface/
H A Dts.c1388 PetscCall(DMTSSetI2Function(dm, fun, ctx)); in TSSetI2Function()