Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/mesh/mesh_base.C
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ void MeshBase::prepare_for_use (const bool skip_renumber_nodes_and_elements, con
}

// Partition the mesh.
this->partition();
if (!skip_partitioning())
this->partition();

// If we're using DistributedMesh, we'll probably want it
// parallelized.
Expand Down