Skip to content
Snippets Groups Projects
Commit 2a460432 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Distribute the grid over the processors after refinement

[[Imported from SVN: r9709]]
parent fa5c17db
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,8 @@ int main (int argc, char *argv[]) try
grid->globalRefine(numLevels-1);
grid->loadBalance();
typedef GridType::LeafGridView GridView;
GridView gridView = grid->leafGridView();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment