Skip to content
Snippets Groups Projects
Commit 096862a9 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(docs) Added comment in data structure

parent d80f688a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment