Open Issues Need Help
View All on GitHubAI Summary: The task involves porting existing Python code for simulating 2D incompressible flows, currently using FEniCS 2019.1.0, to the newer FEniCSx framework. This requires adapting the code to the updated syntax and potentially handling changes in functionality between the two FEniCS versions. A cheatsheet comparing the old and new syntaxes is provided as a reference.
Python toolbox for simulating and controlling 2D incompressible flows at low Reynolds number
AI Summary: Organize and sort the utility functions currently located in the `utils` folder of the FlowControl Python toolbox. This involves categorizing and potentially refactoring the functions for better readability and maintainability.
Python toolbox for simulating and controlling 2D incompressible flows at low Reynolds number