Home
last modified time | relevance | path

Searched refs:TSDiscGradSetFormulation (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex4.c359 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
H A Dex6.c856 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
/petsc/src/ts/impls/implicit/discgrad/
H A Dtsdiscgrad.c579 PetscErrorCode TSDiscGradSetFormulation(TS ts, PetscErrorCode (*Sfunc)(TS ts, PetscReal time, Vec u… in TSDiscGradSetFormulation() function
/petsc/include/
H A Dpetscts.h1510 PETSC_EXTERN PetscErrorCode TSDiscGradSetFormulation(TS, PetscErrorCode (*)(TS, PetscReal, Vec, Mat…
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c1472 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, user)); in SetProblem()
H A Dex2.c2196 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()
H A Dex4.c2801 PetscCall(TSDiscGradSetFormulation(ts, RHSJacobianS, RHSObjectiveF, RHSFunctionG, ctx)); in SetProblem()