Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c91 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 Dmisc.c238 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 Dnavierstokes.h98 char cont_file[PETSC_MAX_PATH_LEN]; member