Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c115 …roblem", "Problem to solve", NULL, app_ctx->problems, app_ctx->problem_name, app_ctx->problem_name, in ProcessCommandLineOptions()
116 sizeof(app_ctx->problem_name), &problem_flag)); in ProcessCommandLineOptions()
181 const char *problem_name = "density_current"; in ProcessCommandLineOptions() local
182 strncpy(app_ctx->problem_name, problem_name, 16); in ProcessCommandLineOptions()
H A Dmonitor_cfl.c95 PetscCall(PetscStrcmp("advection", honee->app_ctx->problem_name, &is_advection)); in SetupMontiorCfl()
/honee/examples/
H A Dnavierstokes.c94 PetscCall(PetscFunctionListFind(app_ctx->problems, app_ctx->problem_name, &p)); in main()
95 PetscCheck(p, PETSC_COMM_SELF, 1, "Problem '%s' not found", app_ctx->problem_name); in main()
/honee/problems/
H A Dshocktube.c21 app_ctx->problem_name)); in PRINT_SHOCKTUBE()
H A Deulervortex.c27 …app_ctx->problem_name, EulerTestTypes[euler_ctx->euler_test], euler_ctx->mean_velocity[0], euler_c… in PRINT_EULER_VORTEX()
H A Dadvection.c38 app_ctx->problem_name, StabilizationTypes[advection_ctx->stabilization], in PRINT_ADVECTION()
H A Dnewtonian.c30 app_ctx->problem_name, StabilizationTypes[newt_ctx->stabilization])); in PRINT_NEWTONIAN()
/honee/src/spanstats/
H A Dcflpe.c82 PetscCall(PetscStrcmp("advection", honee->app_ctx->problem_name, &is_advection)); in CreateStatisticCollectionOperator()
/honee/include/
H A Dnavierstokes.h97 char problem_name[PETSC_MAX_PATH_LEN]; member