News

Capytaine is Python package for the simulation of the interaction between water waves and floating bodies in frequency domain. It is built around a full rewrite of the open source Boundary Element ...
Modular Design: Each concept in separate, focused classes; Extensibility: Easy to add new features without breaking existing code; Maintainability: Clear separation of concerns; Testability: ...