Searched refs:set_poststep (Results 1 – 3 of 3) sorted by relevance
195 if (app_ctx->sgs_train_enable) honee->set_poststep = PETSC_TRUE; in ProcessCommandLineOptions()205 if (app_ctx->check_step_interval > 0) honee->set_poststep = PETSC_TRUE; in ProcessCommandLineOptions()220 honee->set_poststep = PETSC_TRUE; in ProcessCommandLineOptions()
473 if (honee->set_poststep) PetscCall(TSSetPostStep(*ts, TSPostStep_Honee)); in TSSolve_NS()
175 PetscBool set_poststep; member