Searched refs:TSForcingFn (Results 1 – 4 of 4) sorted by relevance
| /petsc/include/ |
| H A D | petscts.h | 652 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode TSForcingFn(TS ts, PetscReal t, Vec f, PetscCtx ctx); typedef 654 PETSC_EXTERN_TYPEDEF typedef TSForcingFn *TSForcingFunction; 656 PETSC_EXTERN PetscErrorCode TSSetForcingFunction(TS, TSForcingFn *, PetscCtx); 879 PETSC_EXTERN PetscErrorCode DMTSSetForcingFunction(DM, TSForcingFn *, PetscCtx); 880 PETSC_EXTERN PetscErrorCode DMTSGetForcingFunction(DM, TSForcingFn **, PetscCtxRt);
|
| /petsc/src/ts/utils/ |
| H A D | dmts.c | 914 PetscErrorCode DMTSSetForcingFunction(DM dm, TSForcingFn *func, PetscCtx ctx) in DMTSSetForcingFunction() 947 PetscErrorCode DMTSGetForcingFunction(DM dm, TSForcingFn **f, PetscCtxRt ctx) in DMTSGetForcingFunction()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 398 TSForcingFn *forcing;
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 707 TSForcingFn *forcing; in TSComputeForcingFunction() 1108 PetscErrorCode TSSetForcingFunction(TS ts, TSForcingFn *func, PetscCtx ctx) in TSSetForcingFunction()
|