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
This issue should be documented and a Warning statement added to the code if a
node has an unusually large number of connections. The problem might be fixed
by making allocation adjustments in the sparse matrix initialization.
Problem reported by John Ortiz, Dylan Harp, and Carl Gable:
My simple model was getting hung up on the “Generating nop.temp” step before exiting altogether and printing a generic message to the effect of “nop.temp file does not match”.
After digging around, Dylan and I found that there was a node in our mesh with ~2500 connections to it. After reducing that number to 90, the issue was resolved.
The text was updated successfully, but these errors were encountered:
This issue should be documented and a Warning statement added to the code if a
node has an unusually large number of connections. The problem might be fixed
by making allocation adjustments in the sparse matrix initialization.
Problem reported by John Ortiz, Dylan Harp, and Carl Gable:
The text was updated successfully, but these errors were encountered: