Searched refs:output_dir (Results 1 – 4 of 4) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 135 PetscCall(PetscStrncpy(app_ctx->output_dir, ".", 2)); in ProcessCommandLineOptions() 136 …utput_dir", "Output directory", NULL, app_ctx->output_dir, app_ctx->output_dir, sizeof(app_ctx->ou… in ProcessCommandLineOptions() 139 if (!rank) PetscCall(PetscMkdir(app_ctx->output_dir)); in ProcessCommandLineOptions()
|
| H A D | setupts.c | 209 …ile_path, sizeof file_path, "%s/ns-%03" PetscInt_FMT ".vtu", honee->app_ctx->output_dir, step_no)); in WriteOutput() 227 …ined, sizeof file_path_refined, "%s/nsrefined-%03" PetscInt_FMT ".vtu", honee->app_ctx->output_dir, in WriteOutput() 241 …h, sizeof file_path, "%s/ns-solution-%" PetscInt_FMT ".bin", honee->app_ctx->output_dir, step_no)); in WriteOutput() 243 …Call(PetscSNPrintf(file_path, sizeof file_path, "%s/ns-solution.bin", honee->app_ctx->output_dir)); in WriteOutput()
|
| /honee/include/ |
| H A D | navierstokes.h | 92 char output_dir[PETSC_MAX_PATH_LEN]; member
|
| /honee/doc/ |
| H A D | runtime_options.md | 116 * - `-output_dir`
|