You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the Solve() method of the System() object returns only the solution matrix. accessing the solutions of specific Nodes externally therefore, requires a priori knowledge of its index, and manual splicing of the matrix.
if Solve() returned an object with some more intuitive node information, external post-processing might be easier. perhaps this could be accomplished with strings representing the names of nodes
The text was updated successfully, but these errors were encountered:
currently, the
Solve()
method of theSystem()
object returns only the solution matrix. accessing the solutions of specific Nodes externally therefore, requires a priori knowledge of its index, and manual splicing of the matrix.if
Solve()
returned an object with some more intuitive node information, external post-processing might be easier. perhaps this could be accomplished with strings representing the names of nodesThe text was updated successfully, but these errors were encountered: