Searched refs:TSDiscGradSetFormulation (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex4.c | 359 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| H A D | ex6.c | 856 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| /petsc/src/ts/impls/implicit/discgrad/ |
| H A D | tsdiscgrad.c | 579 PetscErrorCode TSDiscGradSetFormulation(TS ts, PetscErrorCode (*Sfunc)(TS ts, PetscReal time, Vec u… in TSDiscGradSetFormulation() function
|
| /petsc/include/ |
| H A D | petscts.h | 1510 PETSC_EXTERN PetscErrorCode TSDiscGradSetFormulation(TS, PetscErrorCode (*)(TS, PetscReal, Vec, Mat…
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1472 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
|
| H A D | ex2.c | 2196 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()
|
| H A D | ex4.c | 2801 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()
|