Home
last modified time | relevance | path

Searched refs:use_continue_file (Results 1 – 4 of 4) sorted by relevance

/honee/examples/
H A Dnavierstokes.c147 if (app_ctx->use_continue_file) { in main()
/honee/src/
H A Dcloptions.c143 if (app_ctx->cont_file[0] != '\0') app_ctx->use_continue_file = PETSC_TRUE; in ProcessCommandLineOptions()
H A Dmisc.c338 if (honee->app_ctx->use_continue_file) { in PrintRunInfo()
/honee/include/
H A Dnavierstokes.h88 PetscBool use_continue_file; member