Home
last modified time | relevance | path

Searched refs:check_step_interval (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dcloptions.c201 app_ctx->check_step_interval = -1; in ProcessCommandLineOptions()
204 app_ctx->check_step_interval, &app_ctx->check_step_interval, NULL)); in ProcessCommandLineOptions()
205 if (app_ctx->check_step_interval > 0) honee->set_poststep = PETSC_TRUE; in ProcessCommandLineOptions()
H A Dsetupts.c319 if (step % honee->app_ctx->check_step_interval) PetscFunctionReturn(PETSC_SUCCESS); in TSPostStep_CheckStep()
366 if (honee->app_ctx->check_step_interval > 0) PetscCall(TSPostStep_CheckStep(ts)); in TSPostStep_Honee()
/honee/include/
H A Dnavierstokes.h117 PetscInt check_step_interval; member