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 authored and aeslaughter committed May 14, 2014
1 parent 8a187c6 commit e6e74b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 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 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 e6e74b3

Please sign in to comment.