Home
last modified time | relevance | path

Searched refs:TSForcingFn (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscts.h652 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 Ddmts.c914 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 Dtsimpl.h398 TSForcingFn *forcing;
/petsc/src/ts/interface/
H A Dts.c707 TSForcingFn *forcing; in TSComputeForcingFunction()
1108 PetscErrorCode TSSetForcingFunction(TS ts, TSForcingFn *func, PetscCtx ctx) in TSSetForcingFunction()