| /libCEED/.github/workflows/ |
| H A D | python-wheels.yml | 27 steps: 45 steps: 62 steps:
|
| H A D | rust-test-with-style.yml | 18 steps: 50 steps:
|
| H A D | c-fortran-test-arm64.yml | 18 steps:
|
| H A D | rust-documentation.yml | 18 steps:
|
| H A D | release-notes.yml | 17 steps:
|
| H A D | julia-documentation.yml | 13 steps:
|
| H A D | c-fortran-test-icc.yml | 21 steps:
|
| H A D | c-fortan-test-ppc64le.yml | 20 steps:
|
| H A D | c-fortran-test-style.yml | 18 steps:
|
| H A D | c-fortran-test-linux-osx.yml | 21 steps:
|
| H A D | python-test-with-style.yml | 19 steps:
|
| H A D | julia-test-with-style.yml | 23 steps:
|
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 74 …PetscCall(PetscOptionsInt("-output_freq", "Frequency of output, in number of steps", NULL, app_ctx… in ProcessCommandLineOptions() 77 …PetscCall(PetscOptionsInt("-checkpoint_interval", "Frequency of output, in number of steps", NULL,… in ProcessCommandLineOptions()
|
| 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 211 // Print final time and number of steps in PostProcess() 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
|
| H A D | setupts.c | 286 // Print every 'checkpoint_interval' steps in TSMonitor_NS()
|
| /libCEED/examples/fluids/ |
| 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 | 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, …
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 59 PetscInt num_increments; // Number of steps
|
| /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/examples/solids/src/ |
| H A D | cl-options.c | 48 …PetscCall(PetscOptionsInt("-num_steps", "Number of pseudo-time steps", NULL, app_ctx->num_incremen… in ProcessCommandLineOptions()
|
| /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/doc/papers/joss/ |
| H A D | paper.md | 110 `libCEED` implementations ("backends") are free to reorder and fuse computational steps (including …
|