Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/.github/workflows/
H A Dpython-wheels.yml27 steps:
45 steps:
62 steps:
H A Drust-test-with-style.yml18 steps:
50 steps:
H A Dc-fortran-test-arm64.yml18 steps:
H A Drust-documentation.yml18 steps:
H A Drelease-notes.yml17 steps:
H A Djulia-documentation.yml13 steps:
H A Dc-fortran-test-icc.yml21 steps:
H A Dc-fortan-test-ppc64le.yml20 steps:
H A Dc-fortran-test-style.yml18 steps:
H A Dc-fortran-test-linux-osx.yml21 steps:
H A Dpython-test-with-style.yml19 steps:
H A Djulia-test-with-style.yml23 steps:
/libCEED/examples/fluids/src/
H A Dcloptions.c74 …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 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
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 Ddifferential_filter.c314 PetscErrorCode TSMonitor_DifferentialFilter(TS ts, PetscInt steps, PetscReal solution_time, Vec Q, … in TSMonitor_DifferentialFilter() argument
H A Dsetupts.c286 // Print every 'checkpoint_interval' steps in TSMonitor_NS()
/libCEED/examples/fluids/
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 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, …
/libCEED/examples/solids/include/
H A Dstructs.h59 PetscInt num_increments; // Number of steps
/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/examples/solids/src/
H A Dcl-options.c48 …PetscCall(PetscOptionsInt("-num_steps", "Number of pseudo-time steps", NULL, app_ctx->num_incremen… in ProcessCommandLineOptions()
/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/doc/papers/joss/
H A Dpaper.md110 `libCEED` implementations ("backends") are free to reorder and fuse computational steps (including …

12