Searched refs:DMTSGetIFunction (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/impls/implicit/radau5/ |
| H A D | radau5.c | 25 PetscCallAbort(PETSC_COMM_SELF, DMTSGetIFunction(dm, &ifunction, NULL)); in FVPOL()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 575 PetscCall(DMTSGetIFunction(dm, &ifunction, NULL)); in TSCheckImplicitTerm()
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 216 PetscCall(DMTSGetIFunction(dm, &ifunction, &ctx)); in SNESTSFormFunction_Pseudo()
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 448 PetscErrorCode DMTSGetIFunction(DM dm, TSIFunctionFn **func, PetscCtxRt ctx) in DMTSGetIFunction() function
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 103 PetscCall(DMTSGetIFunction(dm, &ifunction, NULL)); in TSFunction_Sundials()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 642 PetscCall(DMTSGetIFunction(dm, &ifunction, NULL)); in TSComputeRHSFunction() 808 PetscCall(DMTSGetIFunction(dm, &ifunction, &ctx)); in TSComputeIFunction() 1243 PetscCall(DMTSGetIFunction(dm, func, ctx)); in TSGetIFunction()
|
| /petsc/include/ |
| H A D | petscts.h | 839 PETSC_EXTERN PetscErrorCode DMTSGetIFunction(DM, TSIFunctionFn **, PetscCtxRt);
|