Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit ad2f0d0

Browse files
author
Martin Lacroix
committed
wave version + fix pyBeam default path
1 parent 7ce911d commit ad2f0d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ CUPyDO currently features interfaces for the following solvers:
3131
- SU2 **[7.1.1\*]** (https://github.com/ulgltas/SU2/tree/fix_wrap_strong)
3232
- Open-source CFD code developed at Stanford University.
3333
---
34-
- Flow **[v2.2.1]** (https://gitlab.uliege.be/am-dept/waves)
34+
- Flow **[v2.1.1]** (https://gitlab.uliege.be/am-dept/waves)
3535
- A Full Potential Finite Element fluid solver, part of the waves project, developed at the University of Liège.
3636
---
3737
- VLM **[v2.0]** (https://github.com/ulgltas/VLM)

cupydo/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def __init__(self):
379379
self.basePaths['SU2'] = ['SU2/build/bin']
380380
self.basePaths['VLM'] = ['VLM']
381381
self.basePaths['Pfem3D'] = ['PFEM3D/build/bin']
382-
self.basePaths['pyBeam'] = ['pyBeam/bin']
382+
self.basePaths['pyBeam'] = ['pyBeam/build/bin']
383383

384384
# Makes the absolute paths for solvers next to CUPyDO
385385

0 commit comments

Comments
 (0)