precice / aste

Artificial Solver Testing Environment
GNU General Public License v3.0
10 stars 11 forks source link

Add C++ Implementation of precice-aste-join #156

Open kursatyurt opened 1 year ago

kursatyurt commented 1 year ago

Main changes of this PR

Add an C++ implementation of precice-aste-join

Due to many loops and copy operations, Python implementation is considerably slow for large meshes. This C++ implementation provides 4-8 times faster merge operations than the Python version.

What is missing?

Author's checklist