Searched refs:steps (Results 1 – 10 of 10) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | turb_spanstats.c | 591 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 D | misc.c | 202 PetscInt steps; in PostProcess() local 212 PetscCall(TSGetStepNumber(ts, &steps)); in PostProcess() 216 steps, (double)final_time)); in PostProcess()
|
| H A D | differential_filter.c | 314 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 392 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 D | README.md | 75 - 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 D | index.md | 160 …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 D | tutorial-6-shell.ipynb | 256 …"Assuming the steps above, you should be in the `examples/ceed/` subdirectory and have already com…
|
| /libCEED/ |
| H A D | RELEASING.md | 43 0. Confirm all the steps above, including all language bindings.
|
| H A D | README.md | 363 To build and install in separate steps, run:
|
| /libCEED/doc/papers/joss/ |
| H A D | paper.md | 110 `libCEED` implementations ("backends") are free to reorder and fuse computational steps (including …
|