eX-Mech / pymech

A Python software suite for Nek5000 and SIMSON
https://pymech.readthedocs.io/en/stable
GNU General Public License v3.0
24 stars 24 forks source link

Improved method for generating internal bcs. #44

Closed Simkern closed 2 years ago

Simkern commented 2 years ago

The method still scales horribly but it's roughly 2 orders of magnitude faster than the original. It is now "usable" for meshes up to 10000-ish elements.

Simkern commented 2 years ago

Fixed typo in the error logging that made the tests fail.