From 096862a93cc3d90aa9d137b3a7c15cb6ef3e66ef Mon Sep 17 00:00:00 2001
From: Paul Dechamps <paul.dechamps@uliege.be>
Date: Tue, 25 Mar 2025 02:41:05 +0100
Subject: [PATCH] (docs) Added comment in data structure

---
 blast/interfaces/blDataInviscid.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/blast/interfaces/blDataInviscid.py b/blast/interfaces/blDataInviscid.py
index 0352031..1c26b1d 100644
--- a/blast/interfaces/blDataInviscid.py
+++ b/blast/interfaces/blDataInviscid.py
@@ -59,7 +59,10 @@ class InviscidData(Data):
         self._broadcastInit()
 
     def getNodeRows(self):
-        """Get the nodes rows of the inviscid data.
+        """Get the node rows of the inviscid data.
+        row is the index of the node in the blowing boundary condition
+        (blw for dart, nodeIndex (global) for su2).
+        This is NOT the index in the adjoint matrices.
         """
         return self._nodeRows
     
-- 
GitLab