Searched refs:cont_file (Results 1 – 4 of 4) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 141 …_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 D | misc.c | 344 … honee->app_ctx->cont_file, honee->app_ctx->cont_steps, honee->app_ctx->cont_time)); in PrintRunInfo()
|
| /honee/examples/ |
| H A D | navierstokes.c | 148 …PetscCall(HoneeLoadInitialCondition(app_ctx->cont_file, &app_ctx->cont_steps, &app_ctx->cont_time,… in main()
|
| /honee/include/ |
| H A D | navierstokes.h | 91 char cont_file[PETSC_MAX_PATH_LEN]; member
|