testing different locator with while(cell->has_children)

This commit is contained in:
Vasco C. B. Ferreira
2026-07-31 12:47:13 +02:00
parent c91d39d9e1
commit 4d7078d56d
3 changed files with 45 additions and 126 deletions
+1 -2
View File
@@ -338,8 +338,7 @@ 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,
Parameters::GLOBAL_REFINEMENT);
cell_locator.rebuild(dof_handler, triangulation);
}
template <int dim> void PoissonProblem<dim>::assemble_system() {