mirror of
https://codeberg.org/vcbferreira/NuFI_deal.ii
synced 2026-08-12 22:43:17 +02:00
seems to be faster, to test
This commit is contained in:
+2
-1
@@ -140,7 +140,8 @@ GridStructure<dim> make_grid_snapshot(PoissonProblem<dim> &poisson) {
|
||||
grid.constraints->close();
|
||||
|
||||
grid.locator = std::make_unique<CellLocator<dim>>();
|
||||
grid.locator->rebuild(*grid.dof_handler, *grid.triangulation);
|
||||
grid.locator->rebuild(*grid.dof_handler, *grid.triangulation,
|
||||
Parameters::GLOBAL_REFINEMENT);
|
||||
|
||||
// START: diagnostics
|
||||
AssertThrow(
|
||||
|
||||
Reference in New Issue
Block a user