Searched refs:cont_file (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 91 PetscCall(PetscStrcpy(app_ctx->cont_file, "[output_dir]/ns-solution.bin")); in ProcessCommandLineOptions() 92 …_filename", "Filename to get initial condition from", NULL, app_ctx->cont_file, app_ctx->cont_file, in ProcessCommandLineOptions() 93 sizeof(app_ctx->cont_file), &option_set)); in ProcessCommandLineOptions() 94 …if (!option_set) PetscCall(PetscSNPrintf(app_ctx->cont_file, sizeof app_ctx->cont_file, "%s/ns-sol… in ProcessCommandLineOptions()
|
| H A D | misc.c | 238 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->cont_file, FILE_MODE_READ, &viewer)); in SetupICsFromBinary() 447 … user->app_ctx->cont_file, user->app_ctx->cont_steps, user->app_ctx->cont_time)); in PrintRunInfo()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 98 char cont_file[PETSC_MAX_PATH_LEN]; member
|