Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dcloptions.c65 …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 Dnavierstokes.c169 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 Dnavierstokes.h105 char problem_name[PETSC_MAX_PATH_LEN]; member
/libCEED/examples/fluids/problems/
H A Dshocktube.c151 app_ctx->problem_name)); in PRINT_SHOCKTUBE()
H A Deulervortex.c158 …app_ctx->problem_name, EulerTestTypes[euler_ctx->euler_test], euler_ctx->mean_velocity[0], euler_c… in PRINT_EULER_VORTEX()
H A Dadvection.c292 …app_ctx->problem_name, StabilizationTypes[advection_ctx->stabilization], AdvectionICTypes[setup_ct… in PRINT_ADVECTION()
H A Dnewtonian.c489 app_ctx->problem_name, StabilizationTypes[newtonian_ctx->stabilization])); in PRINT_NEWTONIAN()