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
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 nodes