julienfausty / Fe2O3

A finite element library written in rust
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Define and implement minimal array data structure #3

Closed julienfausty closed 2 years ago

julienfausty commented 2 years ago

The library is going to be manipulating a lot of data arrays throughout the code. It would be great to start off on the same foot for an efficient interface to that array and use it throughout the different modules.