libMesh / libmesh

libMesh github repository
http://libmesh.github.io
GNU Lesser General Public License v2.1
659 stars 286 forks source link

Make AbaqusIO more extendable #3969

Closed dschwen closed 1 month ago

dschwen commented 1 month ago

I would like to derive from AbaqusIO to add support for some exotic features. For that I need to change private to protected access and move two helpers from the anonymous namespace into the class. I'm also adding a virtual callback to parse sections not recognized by the main parser.