Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex8.c63 extern PetscErrorCode TSFunctionRHS(TS, PetscReal, Vec, Vec, void *);
80 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
98 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() function
H A Dex9.c42 extern PetscErrorCode TSFunctionRHS(TS, PetscReal, Vec, Vec, void *);
63 PetscCall(TSSetRHSFunction(ts, tsrhs, TSFunctionRHS, &ctx)); in main()
100 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() function