Lines Matching refs:problem
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()
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()
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()