Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex8.c64 extern PetscErrorCode TSFunctionI(TS, PetscReal, Vec, Vec, Vec, void *);
81 PetscCall(TSSetIFunction(ts, NULL, TSFunctionI, &ctx)); in main()
111 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI() function
H A Dex9.c43 extern PetscErrorCode TSFunctionI(TS, PetscReal, Vec, Vec, Vec, void *);
64 PetscCall(TSSetIFunction(ts, NULL, TSFunctionI, &ctx)); in main()
120 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI() function