As discussed here, the way we use custom type converting when dumping to an input file should be reworked https://github.com/beamme-py/beamme/pull/446#discussion_r2354782611 - [ ] Introduce own BeamMe type converter - [ ] Apply the custom type converter selectively only at places where we know that there might be the need for type conversion - [ ] Check if this can also be applied to CubitPy https://github.com/beamme-py/beamme/pull/570#issue-3869224551 - [ ] Evaluate if we want to keep the global indexing of materials / BC / functions / ... as introduced in #633 . Alternatively, we could also think, if we want to have this also for nodes/elements https://github.com/beamme-py/beamme/pull/633#discussion_r3167812371
As discussed here, the way we use custom type converting when dumping to an input file should be reworked
#446 (comment)