Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 10 of 10) sorted by relevance

/honee/src/spanstats/
H A Dcflpe.c186 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve… in TSMonitor_SpanwiseStatisticsCflPe() argument
198 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsCflPe()
200 …PetscBool run_processing_and_viewer = (steps % viewer_interval == 0 && viewer_interval != -1) || r… in TSMonitor_SpanwiseStatisticsCflPe()
202 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsCflPe()
208 PetscCall(DMSetOutputSequenceNumber(spanstats->dm, steps, solution_time)); in TSMonitor_SpanwiseStatisticsCflPe()
228 …>initial_solution_time / second, solution_time / second, spanstats->initial_solution_step, steps)); in TSMonitor_SpanwiseStatisticsCflPe()
232 …>initial_solution_time / second, solution_time / second, spanstats->initial_solution_step, steps)); in TSMonitor_SpanwiseStatisticsCflPe()
H A Dturbulence.c209 PetscErrorCode TSMonitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_tim… in TSMonitor_SpanwiseStatisticsTurbulence() argument
220 if (steps == honee->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_SpanwiseStatisticsTurbulence()
222 …PetscBool run_processing_and_viewer = (steps % viewer_interval == 0 && viewer_interval != -1) || r… in TSMonitor_SpanwiseStatisticsTurbulence()
224 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_SpanwiseStatisticsTurbulence()
228 PetscCall(DMSetOutputSequenceNumber(spanstats->dm, steps, solution_time)); in TSMonitor_SpanwiseStatisticsTurbulence()
249 spanstats->initial_solution_step, steps)); in TSMonitor_SpanwiseStatisticsTurbulence()
253 …>initial_solution_time / second, solution_time / second, spanstats->initial_solution_step, steps)); in TSMonitor_SpanwiseStatisticsTurbulence()
/honee/include/
H A Dspanstats.h42 PetscErrorCode TSMonitor_SpanwiseStatisticsTurbulence(TS ts, PetscInt steps, PetscReal solution_tim…
45 PetscErrorCode TSMonitor_SpanwiseStatisticsCflPe(TS ts, PetscInt steps, PetscReal solution_time, Ve…
H A Ddifferential_filter.h26 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
H A Dnavierstokes.h356 PetscErrorCode TSMonitor_TotalKineticEnergy(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
/honee/doc/
H A Druntime_options.md55 …- Number of time steps between checking the solution for Nans. Negative interval indicates it will…
67 …- Number of time steps between checking whether simulation should stop based on `-honee_max_wall_t…
97 - Number of time steps between visualization output frames.
105 …- Number of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state …
H A Dtheory.md164 The scalar "shift" $\alpha$ scales inversely with the time step $\Delta t$, so small time steps res…
165 In contrast, the first term dominates for large time steps, with a condition number that grows with…
457 By separating the three steps of the model evaluation, the sequential mode allows for functions cal…
H A Dexamples.md103 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
/honee/src/
H A Dmisc.c151 PetscInt steps; in PostProcess() local
161 PetscCall(TSGetStepNumber(ts, &steps)); in PostProcess()
165 steps, (double)final_time)); in PostProcess()
H A Ddifferential_filter.c342 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument