revOrient{

Invert orientation of boundary elements

Invert orientation of boundary elements for a given file or alias for example in these cases

  • Invert orientation of all geometry parts inside a geometry file
  • Multiple geometry files with data for the same alias but with different orientations (in which case REV_ORIENT is insufficient)
  • Duplication of geometry parts with same orientation at multiple locations using duplicate{}.

Examples:
begin_boundary_elements{} include{cube.msh} revOrient{} # orientation of whole geometry in this file inverted end_boundary_elements
begin_boundary_elements{} include{cube.msh} manipulate{"top"} revOrient{} # only orientation of alias "top" inverted end_boundary_elements

If the orientation of parts of the geometry is inconsistent, use reorientation{} instead.