KyleVaughn / UM2

An unstructured mesh library for automated method of characteristic mesh generation
https://univeristy-of-michigan-unstructured-mesh-code.readthedocs.io/en/main/index.html#
MIT License
7 stars 2 forks source link

Add a multidimensional array class #145

Open KyleVaughn opened 9 months ago

KyleVaughn commented 9 months ago

There are several classes which would benefit from a multidimensional array class. Notably:

Each of these classes currently implement functionality that would be provided by an array class, such as mapping multidimensional indexing to 1D, element-wise operations, etc.