KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
985 stars 242 forks source link

[Hotfix][Compressible Potential Flow] Elements and conditions replace minor change in potential flow solver #12484

Closed Marco1410 closed 1 week ago

Marco1410 commented 1 week ago

📝 Description This PR is just to fix a small bug that was in the App.

🆕 Changelog I changed this self._enforce_element_and_condition_replacement for this self._enforce_element_and_conditions_replacement, it was missing an 's'.