jsitaraman / tioga

Tioga is a library for overset grid assembly on parallel distributed systems
GNU Lesser General Public License v3.0
64 stars 36 forks source link

optimize interpolation data storage #63

Closed ashesh2512 closed 2 years ago

ashesh2512 commented 2 years ago

moving away from raw pointers and using std vectors to resize and store data on the fly.

jsitaraman commented 2 years ago

Can you fix line 90 ? I will merge after that. Otherwise everything looks good