Skip to content

Encapsulate `lxyz` and `lxyz_inv`

Sebastian Ohlmann requested to merge encapsulate_lxyz into develop

Description

Replace access to lxyz and lxyz_inv arrays by using the functions index_to_coords and index_from_coords in most parts of the code. This encapsulates the details of lxyz and makes it easier to adapt.

Checklist

Merge request reports