Skip to content

Prepare MeshConverter for multiple parsers

Simon Spannagel requested to merge meshparser into master

This MR prepares the MeshConverter to be able to handle multiple parsers. It moves the DFISEParser into a proper class, adss a parser base class and a factory to produce these from a configuration string - currently hardcoded to "df-ise".

Merge request reports