Skip to content

Commit

Permalink
SideSetsAroundSubdomain runs with ParallelMesh.
Browse files Browse the repository at this point in the history
The algorithm doesn't use flood().

Refs idaholab#2129.
  • Loading branch information
John Peterson committed May 13, 2014
1 parent e2ce1cc commit 9d6ef4b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions framework/src/meshmodifiers/SideSetsAroundSubdomain.C
Expand Up @@ -57,9 +57,6 @@ SideSetsAroundSubdomain::modify()
if (!_mesh_ptr)
mooseError("_mesh_ptr must be initialized before calling SideSetsAroundSubdomain::modify()!");

// We can't call this in the constructor, it appears that _mesh_ptr is always NULL there.
_mesh_ptr->errorIfParallelDistribution("SideSetsAroundSubdomain");

// Reference the the libMesh::MeshBase
MeshBase & mesh = _mesh_ptr->getMesh();

Expand Down
@@ -1,7 +1,6 @@
[Mesh]
type = FileMesh
file = twoblocks.e
distribution = serial
[]

[MeshModifiers]
Expand Down
1 change: 0 additions & 1 deletion test/tests/mesh_modifiers/sidesets_around_subdomain/tests
Expand Up @@ -13,6 +13,5 @@
cli_args = '--mesh-only'
exodiff = 'around_normals_in.e'
recover = false
mesh_mode = 'SERIAL'
[../]
[]

0 comments on commit 9d6ef4b

Please sign in to comment.