Currently, the input trees are fully reconstructed when required.
One potential solution could be to assign each element an ID, which represents its global index in the application tree. Then, just append / remove elements in a sorted list that represents the positional/non positional input tree.
I might end up rewriting the whole Application_Input file.
Currently, the input trees are fully reconstructed when required.
One potential solution could be to assign each element an ID, which represents its global index in the application tree. Then, just append / remove elements in a sorted list that represents the positional/non positional input tree.
I might end up rewriting the whole
Application_Inputfile.