Home
last modified time | relevance | path

Searched refs:cont_time_file (Results 1 – 3 of 3) sorted by relevance

/libCEED/examples/fluids/src/
H A Dcloptions.c97 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 Dsetupts.c349 PetscCall(PetscViewerBinaryOpen(comm, app_ctx->cont_time_file, FILE_MODE_READ, &viewer)); in TSSolve_NS()
/libCEED/examples/fluids/
H A Dnavierstokes.h99 char cont_time_file[PETSC_MAX_PATH_LEN]; member