Skip to content

Commit

Permalink
Fixups for distributed mesh refs idaholab#11437
Browse files Browse the repository at this point in the history
  • Loading branch information
friedmud committed May 9, 2018
1 parent 4699d0c commit 344c16a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/src/partitioner/GridPartitioner.C
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ validParams<GridPartitioner>()
params.suppressParameter<Real>("zmax");
params.suppressParameter<MooseEnum>("dim");

params.set<MooseEnum>("parallel_type") = "REPLICATED";
params.set<MooseEnum>("partitioner") = "LINEAR";

params.addClassDescription("Create a uniform grid that overlays the mesh to be partitioned. "
"Assign all elements within each cell of the grid to the same "
"processor.");
Expand Down

0 comments on commit 344c16a

Please sign in to comment.