Home
last modified time | relevance | path

Searched refs:DMTSSetRHSFunction (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/utils/
H A Ddmlocalts.c440 PetscCall(DMTSSetRHSFunction(dm, TSComputeRHSFunction_DMLocal, dmlocalts)); in DMTSSetRHSFunctionLocal()
H A Ddmdats.c247 PetscCall(DMTSSetRHSFunction(dm, TSComputeRHSFunction_DMDA, dmdats)); in DMDATSSetRHSFunctionLocal()
H A Ddmts.c703 PetscErrorCode DMTSSetRHSFunction(DM dm, TSRHSFunctionFn *func, PetscCtx ctx) in DMTSSetRHSFunction() function
/petsc/include/
H A Dpetscts.h832 PETSC_EXTERN PetscErrorCode DMTSSetRHSFunction(DM, TSRHSFunctionFn *, PetscCtx);
/petsc/doc/manual/
H A Dts.md1102 To have PETSc create and apply a (lumped) mass matrix automatically, first use `DMTSSetRHSFunction(…
/petsc/src/ts/interface/
H A Dts.c1032 PetscCall(DMTSSetRHSFunction(dm, f, ctx)); in TSSetRHSFunction()