Skip to content

Commit

Permalink
Merge branch 'develop' into feature_pysu2_fsi_adjoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfooted authored Jan 10, 2025
2 parents 963ea60 + 77a5b14 commit aa1adf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SU2_PY/FSI_tools/FSIInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def connect(self, FSI_config, FluidSolver, SolidSolver):
print("Fluid solver is initialized on process {}".format(myid))
self.haveFluidSolver = True
allMovingMarkersTags = FluidSolver.GetDeformableMarkerTags()
allMarkersID = FluidSolver.GetMarkerTags()
allMarkersID = FluidSolver.GetMarkerIndices()
if not allMovingMarkersTags:
raise Exception("No interface for FSI was defined.")
else:
Expand Down

0 comments on commit aa1adf6

Please sign in to comment.