Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex27.c331 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 Dex28.c273 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()