Searched refs:DMTSSetRHSFunction (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmlocalts.c | 440 PetscCall(DMTSSetRHSFunction(dm, TSComputeRHSFunction_DMLocal, dmlocalts)); in DMTSSetRHSFunctionLocal()
|
| H A D | dmdats.c | 247 PetscCall(DMTSSetRHSFunction(dm, TSComputeRHSFunction_DMDA, dmdats)); in DMDATSSetRHSFunctionLocal()
|
| H A D | dmts.c | 703 PetscErrorCode DMTSSetRHSFunction(DM dm, TSRHSFunctionFn *func, PetscCtx ctx) in DMTSSetRHSFunction() function
|
| /petsc/include/ |
| H A D | petscts.h | 832 PETSC_EXTERN PetscErrorCode DMTSSetRHSFunction(DM, TSRHSFunctionFn *, PetscCtx);
|
| /petsc/doc/manual/ |
| H A D | ts.md | 1102 To have PETSc create and apply a (lumped) mass matrix automatically, first use `DMTSSetRHSFunction(…
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1032 PetscCall(DMTSSetRHSFunction(dm, f, ctx)); in TSSetRHSFunction()
|