Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex20td.c383 PetscCall(TSAdjointSetSteps(ts, 1)); in main()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busopt.c1392 PetscCall(TSAdjointSetSteps(ts, steps3)); in FormFunctionGradient()
1412 PetscCall(TSAdjointSetSteps(ts, steps2)); in FormFunctionGradient()
1430 PetscCall(TSAdjointSetSteps(ts, steps1)); in FormFunctionGradient()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi245 PetscErrorCode TSAdjointSetSteps(PetscTS, PetscInt)
H A DTS.pyx2866 petsc.TSAdjointSetSteps
2870 CHKERR(TSAdjointSetSteps(self.ts, ival))
/petsc/src/ts/interface/sensitivity/
H A Dtssen.c1147 PetscErrorCode TSAdjointSetSteps(TS ts, PetscInt steps) in TSAdjointSetSteps() function
/petsc/include/
H A Dpetscts.h391 PETSC_EXTERN PetscErrorCode TSAdjointSetSteps(TS, PetscInt);