Home
last modified time | relevance | path

Searched refs:timesteps (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ts/tutorials/output/
H A Dex1_1.out14 Number of pseudo timesteps = 12 final time 3.29e+02
H A Dex1_2.out14 Number of pseudo timesteps = 12 final time 2.97e+02
H A Dex4_sundials.out8 Total timesteps 5, Final time 2.90018e-05
H A Dex4_sundials_dense.out8 Total timesteps 5, Final time 2.90018e-05
H A Dex4_4.out116 Total timesteps 100, Final time 0.0143637
H A Dex4_2.out116 Total timesteps 100, Final time 0.0143637
H A Dex4_3.out116 Total timesteps 100, Final time 0.0143637
H A Dex4_1.out116 Total timesteps 100, Final time 0.0143637
/petsc/src/ts/tutorials/
H A Dgasoline.inp29 # glee insists on very small timesteps so never makes any progress
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c48 PetscInt timesteps; member
81 ctx.timesteps = 100; in main()
87 PetscCall(PetscOptionsGetInt(NULL, NULL, "-nsteps", &ctx.timesteps, NULL)); in main()
200 for (timestep = 1; timestep <= ctx.timesteps; ++timestep) { in main()
/petsc/doc/manual/
H A Dts.md241 One sets the total number of timesteps to run or the total time to run
875 ## Using the Explicit Runge-Kutta timestepper with variable timesteps
889 The Explicit Runge-Kutta timestepper with variable timesteps is an
903 Variable timesteps cannot be used with RK schemes that do not have an
1490 series of pseudo-timesteps
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas2583 (dpm/subtet/max-sum-of-timesteps-before-stuck 1e-30)
2699 (numb-fix-timesteps 1)
3476 (acoustics-waveeq/residuals-timesteps-to-plot 100)
5876 (time/adaptive/max-fixed-timesteps 1)
5896 (time/total-timesteps 0)
7405 (lb/number-of-timesteps 0)
7415 (lb/pressure-wave-damping/timesteps 0)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTS.pyx2521 """Step the requested number of timesteps.