Home
last modified time | relevance | path

Searched refs:TSRestartStep (Results 1 – 16 of 16) sorted by relevance

/petsc/src/ts/event/tests/
H A Dex1sin.c182 if (Ctx->restart) PetscCall(TSRestartStep(ts)); in Postevent()
H A Dex2.c192 if (Ctx->restart) PetscCall(TSRestartStep(ts)); in Postevent()
H A Dex3.c248 if (Ctx->restart) PetscCall(TSRestartStep(ts)); in Postevent()
H A Dex4.c244 if (Ctx->restart) PetscCall(TSRestartStep(ts)); in Postevent()
H A Dex5.c241 if (Ctx->restart) PetscCall(TSRestartStep(ts)); in Postevent()
H A Dex3span.c276 if (Ctx->restart || mat_changed) PetscCall(TSRestartStep(ts)); in Postevent()
/petsc/src/ts/tutorials/
H A Dex41.c244 PetscCall(TSRestartStep(ts)); in main()
H A Dex40.c260 PetscCall(TSRestartStep(ts)); in main()
/petsc/src/ts/tutorials/power_grid/
H A Dex3.h47 …PetscCall(TSRestartStep(ts)); /* Must set restart flag to true, otherwise methods with FSAL will f… in PostEventFunction()
/petsc/src/ts/impls/arkimex/
H A Dfsarkimex.c269 PetscCall(TSRestartStep(ts_start)); in TSStep_ARKIMEX_FastSlowSplit()
H A Darkimex.c1412 PetscCall(TSRestartStep(ts_start)); in TSStep_ARKIMEX()
/petsc/src/ts/interface/
H A Dts.c3152 if (!sameObject || sprev != spost) PetscCall(TSRestartStep(ts)); in TSPreStep()
3347 if (sprev != spost) PetscCall(TSRestartStep(ts)); in TSPostEvaluate()
3430 if (!sameObject || sprev != spost) PetscCall(TSRestartStep(ts)); in TSPostStep()
5425 PetscErrorCode TSRestartStep(TS ts) in TSRestartStep() function
/petsc/src/ts/event/
H A Dtsevent.c471 if (restart) PetscCall(TSRestartStep(ts)); in TSPostEvent()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi269 PetscErrorCode TSRestartStep(PetscTS)
H A DTS.pyx2503 petsc.TSRestartStep
2506 CHKERR(TSRestartStep(self.ts))
/petsc/include/
H A Dpetscts.h527 PETSC_EXTERN PetscErrorCode TSRestartStep(TS);