Searched refs:RHSFunctionG (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex4.c | 263 PetscErrorCode RHSFunctionG(TS ts, PetscReal t, Vec U, Vec G, PetscCtx ctx) in RHSFunctionG() function 359 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| H A D | ex6.c | 741 PetscErrorCode RHSFunctionG(TS ts, PetscReal t, Vec U, Vec G, PetscCtx ctx) in RHSFunctionG() function 856 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1360 PetscErrorCode RHSFunctionG(TS ts, PetscReal t, Vec U, Vec G, void *ctx) in RHSFunctionG() function 1472 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| H A D | ex2.c | 2084 PetscErrorCode RHSFunctionG(TS ts, PetscReal t, Vec U, Vec G, PetscCtx ctx) in RHSFunctionG() function 2196 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()
|
| H A D | ex4.c | 2689 PetscErrorCode RHSFunctionG(TS ts, PetscReal t, Vec U, Vec G, PetscCtx ctx) in RHSFunctionG() function 2801 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()
|