Skip to content

Commit

Permalink
Use element flip in symmetryTransform
Browse files Browse the repository at this point in the history
  • Loading branch information
GiudGiud committed Nov 23, 2022
1 parent 9958b6f commit abe4509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/src/meshgenerators/SymmetryTransformGenerator.C
Expand Up @@ -92,6 +92,9 @@ SymmetryTransformGenerator::generate()
(*node)(2) = location_vec(2);
}

// Fix flipped orientation from the symmetry
MeshTools::Modification::orient_elements(*mesh);

if (_stitch_boundaries_pairs.size() > 0)
{
auto params = _app.getFactory().getValidParams("StitchedMeshGenerator");
Expand Down

0 comments on commit abe4509

Please sign in to comment.