Skip to content

MeshConverter: Automatically Determine Input Mesh Dimensionality

Simon Spannagel requested to merge mesh_improvements into master

This MR makes the mesh converter a bit less prone to configuration mistakes. The dimensionality of the input mesh is now automatically deferred from the mesh point coordinates, and a check of the configured rotation configuration is performed to detect possible misconfigurations.

Merge request reports