Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex28.c18 PetscInt ostep; /* print the energy at each ostep time steps */ member
33 options->ostep = 100; in ProcessOptions()
40 …ut_step", "Number of time steps between output", "ex28.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
360 if ((user->ostep > 0) && (!(step % user->ostep))) { in HGMonitor()
392 if ((user->ostep > 0) && (!(step % user->ostep))) { in SPMonitor()
425 if ((user->ostep > 0) && (!(step % user->ostep))) { in KSConv()
/petsc/src/dm/impls/swarm/tests/
H A Dex4.c61 PetscInt ostep; /* print the energy at each ostep time steps */ member
69 options->ostep = 100; in ProcessOptions()
74 …put_step", "Number of time steps between output", "ex4.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
444 const PetscInt ostep = ((AppCtx *)ctx)->ostep; in EnergyMonitor() local
452 if (step % ostep == 0) { in EnergyMonitor()
H A Dex5.c25 PetscInt ostep; /* print the energy at each ostep time steps */ member
32 options->ostep = 100; in ProcessOptions()
36 …put_step", "Number of time steps between output", "ex5.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
478 const PetscInt ostep = ((AppCtx *)ctx)->ostep; in EnergyMonitor() local
484 if (step % ostep == 0) { in EnergyMonitor()
H A Dex6.c38 PetscInt ostep; /* print the energy at each ostep time steps */ member
49 options->ostep = 100; in ProcessOptions()
56 …put_step", "Number of time steps between output", "ex6.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
1016 const PetscInt ostep = ((AppCtx *)ctx)->ostep; in EnergyMonitor() local
1025 if (step % ostep == 0) { in EnergyMonitor()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c65 PetscInt ostep; // Print the energy at each ostep time steps member
100 options->ostep = 100; in ProcessOptions()
132 …put_step", "Number of time steps between output", "ex3.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
317 if (step < 0 || step % user->ostep != 0) PetscFunctionReturn(PETSC_SUCCESS); in MonitorParticles()
H A Dex2.c123 PetscInt ostep; // Print the energy at each ostep time steps member
177 options->ostep = 100; in ProcessOptions()
228 …put_step", "Number of time steps between output", "ex2.c", options->ostep, &options->ostep, NULL)); in ProcessOptions()
744 if (step > 0 && step % ctx->ostep == 0) { in MonitorPositions_2D()
800 if (step > 0 && step % ctx->ostep == 0) { in MonitorPoisson()
H A Dex4.c161 PetscInt ostep; // Print the energy at each ostep time steps member
237 options->ostep = 100; in ProcessOptions()
306 …ut_step", "Number of time steps between output", __FILE__, options->ostep, &options->ostep, NULL)); in ProcessOptions()
1260 if (step > 0 && step % ctx->ostep == 0) { in MonitorPositions_2D()
1316 if (step > 0 && step % ctx->ostep == 0) { in MonitorPoisson()