Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c195 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()
H A Dsetupts.c473 if (honee->set_poststep) PetscCall(TSSetPostStep(*ts, TSPostStep_Honee)); in TSSolve_NS()
/honee/include/
H A Dnavierstokes.h175 PetscBool set_poststep; member