Home
last modified time | relevance | path

Searched refs:TSSetStepNumber (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/ts/utils/
H A Dtsconvest.c70 PetscCall(TSSetStepNumber(ts, 0)); in PetscConvEstGetConvRateTS_Temporal_Private()
106 PetscCall(TSSetStepNumber(ts, 0)); in PetscConvEstGetConvRateTS_Temporal_Private()
193 PetscCall(TSSetStepNumber(ts, 0)); in PetscConvEstGetConvRateTS_Spatial_Private()
271 PetscCall(TSSetStepNumber(ts, 0)); in PetscConvEstGetConvRateTS_Spatial_Private()
/petsc/src/ts/tests/
H A Dex14.c54 PetscCall(TSSetStepNumber(ts, 0)); in TestExplicitTS()
89 PetscCall(TSSetStepNumber(ts, 0)); in TestExplicitTS()
H A Dex13.c60 PetscCall(TSSetStepNumber(ts, II[i])); in main()
138 PetscCall(TSSetStepNumber(ts, i)); in main()
H A Dex26.c50 PetscCall(TSSetStepNumber(ts, 0)); in main()
H A Dex30.c536 PetscCall(TSSetStepNumber(ts, 0)); in go()
/petsc/src/ts/event/tests/
H A Dex1.c86 PetscCall(TSSetStepNumber(ts, 0)); in main()
109 PetscCall(TSSetStepNumber(ts, 0)); in main()
/petsc/src/ts/impls/symplectic/basicsymplectic/
H A Dbasicsymplectic.c216 PetscCall(TSSetStepNumber(subts_p, n)); in TSStep_BasicSymplectic()
217 PetscCall(TSSetStepNumber(subts_q, n)); in TSStep_BasicSymplectic()
/petsc/src/ts/tutorials/power_grid/
H A Dex9opt.c359 PetscCall(TSSetStepNumber(ts, 0)); in FormFunction()
405 PetscCall(TSSetStepNumber(ts, 0)); in FormGradient()
H A Dex3opt.c264 PetscCall(TSSetStepNumber(ctx->ts, 0)); in FormFunctionGradient()
/petsc/src/ts/tutorials/
H A Dex41.c243 PetscCall(TSSetStepNumber(ts, 0)); in main()
H A Dex40.c259 PetscCall(TSSetStepNumber(ts, 0)); in main()
H A Dex20opt_ic.c216 PetscCall(TSSetStepNumber(ts, 0)); in FormFunctionGradient()
295 PetscCall(TSSetStepNumber(ts, 0)); in Adjoint2()
H A Dex20opt_p.c538 PetscCall(TSSetStepNumber(ts, 0)); in FormFunctionGradient()
619 PetscCall(TSSetStepNumber(ts, 0)); in Adjoint2()
H A Dex50.c222 PetscCall(TSSetStepNumber(appctx.ts, 0)); in main()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c200 PetscCall(TSSetStepNumber(ts, 0)); in createTS_NRL()
422 PetscCall(TSSetStepNumber(ts_nrl, 0)); in main()
H A Dex2.c695 PetscCall(TSSetStepNumber(ts, 0)); in main()
/petsc/src/ts/tutorials/optimal_control/
H A Dex1.c457 PetscCall(TSSetStepNumber(ts, 0)); in FormObjFunctionGradient()
581 PetscCall(TSSetStepNumber(ts, 0)); in ComputeObjHessianWithSOA()
/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dex5opt_ic.c346 PetscCall(TSSetStepNumber(appctx->ts, 0)); in FormFunctionAndGradient()
/petsc/src/tao/unconstrained/tutorials/
H A Dburgers_spectral.c566 PetscCall(TSSetStepNumber(appctx->ts, 0)); in FormFunctionGradient()
H A Dspectraladjointassimilation.c587 PetscCall(TSSetStepNumber(appctx->ts, 0)); in FormFunctionGradient()
/petsc/src/dm/impls/swarm/tests/
H A Dex5.c316 PetscCall(TSSetStepNumber(ts, n)); in DMSwarmTSRedistribute()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi193 PetscErrorCode TSSetStepNumber(PetscTS, PetscInt)
H A DTS.pyx1807 petsc.TSSetStepNumber
1811 CHKERR(TSSetStepNumber(self.ts, ival))
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c554 PetscCall(TSSetStepNumber(ts, stepnumbegin)); /* global step number */ in ReCompute()
571 PetscCall(TSSetStepNumber(ts, stepnumend)); in ReCompute()
/petsc/include/
H A Dpetscts.h539 PETSC_EXTERN PetscErrorCode TSSetStepNumber(TS, PetscInt);

12