Searched refs:RHSFunctionV (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex4.c | 198 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, PetscCtx ctx) in RHSFunctionV() function 355 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, user)); in SetProblem()
|
| H A D | ex5.c | 184 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, PetscCtx ctx) in RHSFunctionV() function 285 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, user)); in SetProblem()
|
| H A D | ex6.c | 621 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, PetscCtx ctx) in RHSFunctionV() function 852 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, user)); in SetProblem()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1239 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, void *ctx) in RHSFunctionV() function 1468 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, user)); in SetProblem()
|
| H A D | ex2.c | 1963 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, void *Ctx) in RHSFunctionV() function 2192 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, ctx)); in SetProblem()
|
| H A D | ex4.c | 2568 static PetscErrorCode RHSFunctionV(TS ts, PetscReal t, Vec X, Vec Vres, void *Ctx) in RHSFunctionV() function 2797 PetscCall(TSRHSSplitSetRHSFunction(ts, "momentum", NULL, RHSFunctionV, ctx)); in SetProblem()
|