Searched refs:DMTSSetIFunction (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex15.c | 130 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 D | dmlocalts.c | 299 PetscCall(DMTSSetIFunction(dm, TSComputeIFunction_DMLocal, dmlocalts)); in DMTSSetIFunctionLocal()
|
| H A D | dmdats.c | 309 PetscCall(DMTSSetIFunction(dm, TSComputeIFunction_DMDA, dmdats)); in DMDATSSetIFunctionLocal()
|
| H A D | dmts.c | 374 PetscErrorCode DMTSSetIFunction(DM dm, TSIFunctionFn *func, PetscCtx ctx) in DMTSSetIFunction() function
|
| /petsc/include/ |
| H A D | petscts.h | 838 PETSC_EXTERN PetscErrorCode DMTSSetIFunction(DM, TSIFunctionFn *, PetscCtx);
|
| /petsc/doc/manual/ |
| H A D | ts.md | 1099 Such problems can be solved using `DMTSSetIFunction()` with implicit integrators.
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 1204 PetscCall(DMTSSetIFunction(dm, f, ctx)); in TSSetIFunction()
|