Searched refs:problem_name (Results 1 – 7 of 7) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | cloptions.c | 65 …roblem", "Problem to solve", NULL, app_ctx->problems, app_ctx->problem_name, app_ctx->problem_name, in ProcessCommandLineOptions() 66 sizeof(app_ctx->problem_name), &problem_flag)); in ProcessCommandLineOptions() 133 const char *problem_name = "density_current"; in ProcessCommandLineOptions() local 134 strncpy(app_ctx->problem_name, problem_name, 16); in ProcessCommandLineOptions()
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 169 PetscCall(PetscFunctionListFind(app_ctx->problems, app_ctx->problem_name, &p)); in main() 170 PetscCheck(p, PETSC_COMM_SELF, 1, "Problem '%s' not found", app_ctx->problem_name); in main()
|
| H A D | navierstokes.h | 105 char problem_name[PETSC_MAX_PATH_LEN]; member
|
| /libCEED/examples/fluids/problems/ |
| H A D | shocktube.c | 151 app_ctx->problem_name)); in PRINT_SHOCKTUBE()
|
| H A D | eulervortex.c | 158 …app_ctx->problem_name, EulerTestTypes[euler_ctx->euler_test], euler_ctx->mean_velocity[0], euler_c… in PRINT_EULER_VORTEX()
|
| H A D | advection.c | 292 …app_ctx->problem_name, StabilizationTypes[advection_ctx->stabilization], AdvectionICTypes[setup_ct… in PRINT_ADVECTION()
|
| H A D | newtonian.c | 489 app_ctx->problem_name, StabilizationTypes[newtonian_ctx->stabilization])); in PRINT_NEWTONIAN()
|