Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c37 PetscBool option_set = PETSC_FALSE; in ProcessCommandLineOptions() local
75 &app_ctx->checkpoint_interval, &option_set)); in ProcessCommandLineOptions()
76 if (option_set) app_ctx->checkpoint_vtk = PETSC_TRUE; 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()
95 if (option_set && app_ctx->cont_steps == 0) app_ctx->cont_steps = -1; // Read time from 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()
109 PetscBool option_set; in ProcessCommandLineOptions() local
112 sizeof(amat_type), &option_set)); in ProcessCommandLineOptions()
[all …]