mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 14:33:18 +02:00
testing different locator with while(cell->has_children)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user