Home
last modified time | relevance | path

Searched refs:TSComputeForcingFunction (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscts.h780 PETSC_EXTERN PetscErrorCode TSComputeForcingFunction(TS, PetscReal, Vec);
/petsc/src/ts/interface/
H A Dts.c703 PetscErrorCode TSComputeForcingFunction(TS ts, PetscReal t, Vec U) in TSComputeForcingFunction() function