trixi-framework / HOHQMesh

High Order Hex-Quad Mesh (HOHQMesh) package to automatically generate all-quadrilateral meshes with high order boundary information.
https://trixi-framework.github.io/HOHQMesh
Other
45 stars 8 forks source link

Extrusion bug #82

Open DavidAKopriva opened 8 months ago

DavidAKopriva commented 8 months ago

When using simple extrusion SIMPLE_EXTRUSION method, choosing the direction to be anything but 3 (extrusion in the z-vertical direction) the 2D mesh is not properly rotated and the 3D mesh is messed up. The workaround is to use the SWEEP_ALONG_CURVE sweeping method and choose the SWEEP_CURVE in the desired direction to accomplish the same thing, but properly. It has been thought to deprecate the simple extrusion because of the redundant functionality.