Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dturb_spanstats.c591 PetscErrorCode TSMonitor_TurbulenceStatistics(TS ts, PetscInt steps, PetscReal solution_time, Vec Q… in TSMonitor_TurbulenceStatistics() argument
600 if (steps == user->app_ctx->cont_steps) PetscFunctionReturn(PETSC_SUCCESS); in TSMonitor_TurbulenceStatistics()
602 …PetscBool run_processing_and_viewer = (steps % viewer_interval == 0 && viewer_interval != -1) || r… in TSMonitor_TurbulenceStatistics()
604 if (steps % collect_interval == 0 || run_processing_and_viewer) { in TSMonitor_TurbulenceStatistics()
608 PetscCall(DMSetOutputSequenceNumber(user->spanstats.dm, steps, solution_time)); in TSMonitor_TurbulenceStatistics()
H A Dmisc.c202 PetscInt steps; in PostProcess() local
212 PetscCall(TSGetStepNumber(ts, &steps)); in PostProcess()
216 steps, (double)final_time)); in PostProcess()
H A Ddifferential_filter.c314 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument
/libCEED/examples/fluids/
H A Dnavierstokes.h392 PetscErrorCode TSMonitor_TurbulenceStatistics(TS ts, PetscInt steps, PetscReal solution_time, Vec Q…
423 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, …
H A DREADME.md75 - Number of time steps between visualization output frames.
83 …- Number of steps between writing binary checkpoints. `0` has no output, `-1` outputs final state …
775 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
H A Dindex.md160 …The scalar "shift" $\alpha$ scales inversely with the time step $\Delta t$, so small time steps re…
161 …In contrast, the first term dominates for large time steps, with a condition number that grows wit…
/libCEED/examples/python/
H A Dtutorial-6-shell.ipynb256 …"Assuming the steps above, you should be in the `examples/ceed/` subdirectory and have already com…
/libCEED/
H A DRELEASING.md43 0. Confirm all the steps above, including all language bindings.
H A DREADME.md363 To build and install in separate steps, run:
/libCEED/doc/papers/joss/
H A Dpaper.md110 `libCEED` implementations ("backends") are free to reorder and fuse computational steps (including …