Searched full:checkpoint_interval (Results 1 – 7 of 7) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 121 app_ctx->checkpoint_interval = 0; in ProcessCommandLineOptions() 123 …PetscCall(PetscOptionsDeprecated("-output_freq", "-checkpoint_interval", "libCEED 0.11.1", "Use -c… in ProcessCommandLineOptions() 124 …sInt("-output_freq", "Frequency of output, in number of steps", NULL, app_ctx->checkpoint_interval, in ProcessCommandLineOptions() 125 &app_ctx->checkpoint_interval, &option_set)); in ProcessCommandLineOptions() 127 …etscCall(PetscOptionsInt("-checkpoint_interval", "Frequency of output, in number of steps", NULL, … in ProcessCommandLineOptions() 128 &app_ctx->checkpoint_interval, NULL)); in ProcessCommandLineOptions()
|
| H A D | setupts.c | 299 // Print every 'checkpoint_interval' steps in TSMonitor_NS() 300 …if (honee->app_ctx->checkpoint_interval <= 0 || step_no % honee->app_ctx->checkpoint_interval != 0… in TSMonitor_NS() 545 if (honee->app_ctx->checkpoint_interval > 0 || honee->app_ctx->checkpoint_interval == -1) { in TSSolve_NS()
|
| /honee/examples/ |
| H A D | blasius.yaml | 11 checkpoint_interval: 10
|
| H A D | vortexshedding.yaml | 7 checkpoint_interval: 10
|
| /honee/ |
| H A D | CHANGELOG.md | 46 - Change `-checkpoint_interval` default value from `10` to `0` (CGNS is the standard restart file f…
|
| /honee/doc/ |
| H A D | runtime_options.md | 104 * - `-checkpoint_interval`
|
| /honee/include/ |
| H A D | navierstokes.h | 86 PetscInt checkpoint_interval; member
|