Home
last modified time | relevance | path

Searched refs:DMTSSetIFunction (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tests/
H A Dex15.c130 PetscCall(DMTSSetIFunction(dm, IFunction_Conservative, NULL)); in main()
134 PetscCall(DMTSSetIFunction(dm, IFunction_Nonconservative, NULL)); in main()
138 PetscCall(DMTSSetIFunction(dm, IFunction_TransientVar, NULL)); in main()
/petsc/src/ts/utils/
H A Ddmlocalts.c299 PetscCall(DMTSSetIFunction(dm, TSComputeIFunction_DMLocal, dmlocalts)); in DMTSSetIFunctionLocal()
H A Ddmdats.c309 PetscCall(DMTSSetIFunction(dm, TSComputeIFunction_DMDA, dmdats)); in DMDATSSetIFunctionLocal()
H A Ddmts.c374 PetscErrorCode DMTSSetIFunction(DM dm, TSIFunctionFn *func, PetscCtx ctx) in DMTSSetIFunction() function
/petsc/include/
H A Dpetscts.h838 PETSC_EXTERN PetscErrorCode DMTSSetIFunction(DM, TSIFunctionFn *, PetscCtx);
/petsc/doc/manual/
H A Dts.md1099 Such problems can be solved using `DMTSSetIFunction()` with implicit integrators.
/petsc/src/ts/interface/
H A Dts.c1204 PetscCall(DMTSSetIFunction(dm, f, ctx)); in TSSetIFunction()