nasa / gunns

The NASA General-Use Nodal Network Solver (GUNNS) software
Other
46 stars 12 forks source link

Super-network drawing scalability improvement #42

Closed jasonlharvey closed 1 year ago

jasonlharvey commented 2 years ago

We're finding that super-network drawings are not very scalable. Since we have to draw a super-port connecting every link between sub-networks, the drawing gets very large and sluggish when there are a lot of sub-networks and super-ports. We need an optional alternate method to draw the interfaces between sub-networks in a super-network drawing.

Here's the idea, but it may change:

It will look something like the attached picture. Normally the interface boxes will be collapsed, but you can open them up to see the nodes and check for node-compatible interfaces. Scalable_SuperNet

jasonlharvey commented 2 years ago

This is now in beta. Documented in the wiki here: https://github.com/nasa/gunns/wiki/Interfaces-Method-for-Super-Network-Drawings. Let me know if you have problems, questions, or ideas!