We could avoid using `double`s for Node IDs for each element by moving them to a different view. However, it's not critical. https://github.com/Fuad-HH/CAS-Assignment2/blob/045d9ef727ca4cc5314f16a2f11c5f30bd83a3fb/src/Mesh.h#L74
We could avoid using
doubles for Node IDs for each element by moving them to a different view. However, it's not critical.CAS-Assignment2/src/Mesh.h
Line 74 in 045d9ef