Solveurs d'interaction fluide-structure (FSI) implémentés en Python avec approches monolithique et partitionnée. . ├── functions/ # Modules principaux │ ├── monolithic_solver_complete.py # Solver ...
This project solves the two-dimensional Poisson equation on a unit square using second-order finite differences. Two implementations are provided: A Python reference solver that relies on NumPy and ...