jackhamel16 / Acoustics

Acoustic integral equation solver
1 stars 0 forks source link

Performance refactor of octree, ACA and fast_solve code #75

Closed jackhamel16 closed 3 years ago

jackhamel16 commented 3 years ago

All of these functions need to be tested for type issues, optimized for performance and any general refactoring deemed necessary. Also make sure they all have headings describing the functions' purposes.

jackhamel16 commented 3 years ago

This is a good issue to reorganize this code as well. I think all ACA and fast_solve code should get its own directory related to fast solvers. More organization could probably be done, for example, putting mesh and octree files in a "code_structures" directory.