Lines Matching full:problem
8 // ./navierstokes -ceed /gpu/cuda -problem advection -degree 1
29 ProblemData problem = honee->problem_data; in main() local
37 PetscCall(BoundaryConditionSetUp(honee, problem, app_ctx)); in main()
86 PetscCall(CreateDM(honee, problem, mat_type, vec_type, &dm)); in main()
92 { // Run problem setup function in main()
95 PetscCheck(p, PETSC_COMM_SELF, 1, "Problem '%s' not found", app_ctx->problem_name); in main()
96 PetscCall((*p)(problem, dm, &honee)); in main()
100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main()
103 if (app_ctx->viz_refine) PetscCall(VizRefineDM(dm, honee, problem, phys_ctx)); in main()
120 PetscCall(SetupLibceed(ceed, dm, honee, app_ctx, problem)); in main()
122 for (PetscInt i = 0; i < problem->num_bc_defs; i++) { in main()
123 PetscCall(BCDefinitionViewFromOptions(problem->bc_defs[i], NULL, "-bc_definitions_view")); in main()
137 …// communication. If we disable this, we should still get the same results due to the problem->… in main()
139 if (problem->set_bc_from_ics) { in main()
159 PetscCall(TSSolve_NS(dm, honee, app_ctx, phys_ctx, problem, Q, &final_time, &ts)); in main()
164 PetscCall(PostProcess(ts, dm, problem, honee, Q, final_time)); in main()
201 …plicit, supg, consistent mass") -ceed {ceed_resource} -test_type solver -problem advection -degree…
208 //TESTARGS(name="Taylor-Green Vortex IC") -ceed {ceed_resource} -problem taylor_green -test_type so…
223 … implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS …
224 …n, implicit, SU stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS …
225 …tation, explicit, strong form") -ceed {ceed_resource} -test_type solver -problem advection -strong…
226 … implicit, SUPG stabilization") -ceed {ceed_resource} -test_type solver -problem advection -CtauS …
227 //TESTARGS(name="Euler, implicit") -ceed {ceed_resource} -test_type solver -problem euler_vortex -d…
228 //TESTARGS(name="Euler, explicit") -ceed {ceed_resource} -test_type solver -problem euler_vortex -d…
229 …ion, y-z-beta shock capturing") -ceed {ceed_resource} -test_type solver -problem shocktube -degree…