Unify how we handle global indices. - Unify the naming of the variables - Try to get as much index-0 based as possible - Try to replace `i_global` in the elements and nodes with mappings (check performance for that) See also the point from https://github.com/beamme-py/beamme/issues/456#issue-3426428058: - 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
Unify how we handle global indices.
i_globalin the elements and nodes with mappings (check performance for that)See also the point from #456 (comment):