seems to be faster, to test

This commit is contained in:
Vasco C. B. Ferreira
2026-07-30 23:17:20 +02:00
parent 2143e7a31f
commit c91d39d9e1
4 changed files with 105 additions and 85 deletions
+2 -1
View File
@@ -338,7 +338,8 @@ template <int dim> void PoissonProblem<dim>::setup_system() {
system_rhs.reinit(dof_handler.n_dofs());
// used for evaluator to avoid running it anytime there is an eval
cell_locator.rebuild(dof_handler, triangulation);
cell_locator.rebuild(dof_handler, triangulation,
Parameters::GLOBAL_REFINEMENT);
}
template <int dim> void PoissonProblem<dim>::assemble_system() {