Skip to content
Snippets Groups Projects
Commit 74f2447b authored by Franjo's avatar Franjo
Browse files

Added missing update of communication pattern

parent 42952f56
No related branches found
No related tags found
No related merge requests found
......@@ -489,8 +489,12 @@ void meshOctreeModifier::refineSelectedBoxes
}
}
//- update the list of leaves
createListOfLeaves();
//- update the communication pattern
updateCommunicationPattern();
# ifdef OCTREETiming
Info << "Time for actual refinement " << (omp_get_wtime()-regTime) << endl;
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment