Searched refs:TSFunctionRHS (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex8.c | 63 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 D | ex9.c | 42 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
|