Searched refs:RHSFunctionParticles (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tests/ |
| H A D | ex27.c | 331 static PetscErrorCode RHSFunctionParticles(TS ts, PetscReal t, Vec U, Vec R, PetscCtx ctx) in RHSFunctionParticles() function 445 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionParticles, &user)); in main()
|
| H A D | ex28.c | 273 static PetscErrorCode RHSFunctionParticles(TS ts, PetscReal t, Vec U, Vec R, PetscCtx ctx) in RHSFunctionParticles() function 518 PetscCall(TSSetRHSFunction(ts, NULL, RHSFunctionParticles, &user)); in main()
|