Searched refs:cont_time_file (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 97 PetscCall(PetscStrcpy(app_ctx->cont_time_file, "[output_dir]/ns-time.bin")); in ProcessCommandLineOptions() 98 …tinue_time_filename", "Filename to get initial condition time from", NULL, app_ctx->cont_time_file, in ProcessCommandLineOptions() 99 … app_ctx->cont_time_file, sizeof(app_ctx->cont_time_file), &option_set)); in ProcessCommandLineOptions() 100 …if (!option_set) PetscCall(PetscSNPrintf(app_ctx->cont_time_file, sizeof app_ctx->cont_time_file, … in ProcessCommandLineOptions()
|
| H A D | setupts.c | 349 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->cont_time_file, FILE_MODE_READ, &viewer)); in TSSolve_NS()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.h | 99 char cont_time_file[PETSC_MAX_PATH_LEN]; member
|