Searched refs:check_step_interval (Results 1 – 3 of 3) sorted by relevance
201 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()
319 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()
117 PetscInt check_step_interval; member