Searched full:checkpoint_interval (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 71 app_ctx->checkpoint_interval = 10; in ProcessCommandLineOptions() 73 …PetscCall(PetscOptionsDeprecated("-output_freq", "-checkpoint_interval", "libCEED 0.11.1", "Use -c… in ProcessCommandLineOptions() 74 …sInt("-output_freq", "Frequency of output, in number of steps", NULL, app_ctx->checkpoint_interval, in ProcessCommandLineOptions() 75 &app_ctx->checkpoint_interval, &option_set)); in ProcessCommandLineOptions() 77 …etscCall(PetscOptionsInt("-checkpoint_interval", "Frequency of output, in number of steps", NULL, … in ProcessCommandLineOptions() 78 &app_ctx->checkpoint_interval, NULL)); in ProcessCommandLineOptions()
|
| H A D | setupts.c | 286 // Print every 'checkpoint_interval' steps in TSMonitor_NS() 287 …if (user->app_ctx->checkpoint_interval <= 0 || step_no % user->app_ctx->checkpoint_interval != 0 || in TSMonitor_NS() 410 if (user->app_ctx->checkpoint_interval > 0 || user->app_ctx->checkpoint_interval == -1) { in TSSolve_NS()
|
| /libCEED/examples/fluids/ |
| H A D | blasius.yaml | 11 checkpoint_interval: 10
|
| H A D | vortexshedding.yaml | 7 checkpoint_interval: 10
|
| H A D | README.md | 82 * - `-checkpoint_interval`
|
| H A D | navierstokes.h | 94 PetscInt checkpoint_interval; member
|