Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c141 …_filename", "Filename to get initial condition from", NULL, app_ctx->cont_file, app_ctx->cont_file, in ProcessCommandLineOptions()
142 sizeof(app_ctx->cont_file), NULL)); in ProcessCommandLineOptions()
143 if (app_ctx->cont_file[0] != '\0') app_ctx->use_continue_file = PETSC_TRUE; in ProcessCommandLineOptions()
H A Dmisc.c344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
/honee/examples/
H A Dnavierstokes.c148 …PetscCall(HoneeLoadInitialCondition(app_ctx->cont_file, &app_ctx->cont_steps, &app_ctx->cont_time,… in main()
/honee/include/
H A Dnavierstokes.h91 char cont_file[PETSC_MAX_PATH_LEN]; member