Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/radau5/
H A Dradau5.c25 PetscCallAbort(PETSC_COMM_SELF, DMTSGetIFunction(dm, &ifunction, NULL)); in FVPOL()
/petsc/include/petsc/private/
H A Dtsimpl.h575 PetscCall(DMTSGetIFunction(dm, &ifunction, NULL)); in TSCheckImplicitTerm()
/petsc/src/ts/impls/pseudo/
H A Dposindep.c216 PetscCall(DMTSGetIFunction(dm, &ifunction, &ctx)); in SNESTSFormFunction_Pseudo()
/petsc/src/ts/utils/
H A Ddmts.c448 PetscErrorCode DMTSGetIFunction(DM dm, TSIFunctionFn **func, PetscCtxRt ctx) in DMTSGetIFunction() function
/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c103 PetscCall(DMTSGetIFunction(dm, &ifunction, NULL)); in TSFunction_Sundials()
/petsc/src/ts/interface/
H A Dts.c642 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 Dpetscts.h839 PETSC_EXTERN PetscErrorCode DMTSGetIFunction(DM, TSIFunctionFn **, PetscCtxRt);