Add SubArray class
Compare changes
- Stéphane Del Pino authored
- Mesh::numberOfEdges() function - construction of edges and faces similarly to nodes in 1d - construction of edges similarly to faces in 1d
This allow to manipulate contiguous sub parts of arrays in the same way as arrays themselves
Note that for performances reasons, SubArray cannot be Array
- Mesh::numberOfEdges() function - construction of edges and faces similarly to nodes in 1d - construction of edges similarly to faces in 1d