We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expand_connections
1 parent 7e7b2b4 commit 3032d2fCopy full SHA for 3032d2f
src/systems/connectors.jl
@@ -860,6 +860,12 @@ function expand_variable_connections(sys::AbstractSystem; ignored_variables = no
860
return sys
861
end
862
863
+"""
864
+ function expand_connections(sys::AbstractSystem)
865
+
866
+Given a hierarchical system with [`connect`](@ref) equations, expand the connection
867
+equations and return the new system.
868
869
function expand_connections(sys::AbstractSystem;
870
debug = false, tol = 1e-10, scalarize = true)
871
sys = remove_analysis_points(sys)
0 commit comments