Integrate label_el into the MESH-struct
Currently, the label_el
which is responsible for the element-wise allocation of material properties is an extra vector which has to be passed in for all of the routines where the MESH
-struct is needed. Directly integrating it into the latter as an additional field is more efficient.