Home
last modified time | relevance | path

Searched refs:RHSFunctionV (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c198 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 Dex5.c184 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 Dex6.c621 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 Dex3.c1239 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 Dex2.c1963 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 Dex4.c2568 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()