idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.72k stars 1.04k forks source link

Allow SideSetsFromNormalsGenerator to work with distributed mesh #14441

Open loganharbour opened 4 years ago

loganharbour commented 4 years ago

Reason

Enables changing sidesets from normals with distributed mesh.

Design

Looks like it requires only a change or two in SideSetsGeneratorBase to check for remote elements.

Impact

Modifies the base to a few other objects... but impact seems to be none.

GiudGiud commented 2 years ago

@loganharbour is this fixed?

loganharbour commented 2 years ago

Nope