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.
TearingState
1 parent f501593 commit 048de4eCopy full SHA for 048de4e
src/systems/systemstructure.jl
@@ -271,6 +271,7 @@ end
271
function TearingState(sys; quick_cancel = false, check = true, sort_eqs = true)
272
# flatten system
273
sys = flatten(sys)
274
+ sys = process_parameter_equations(sys)
275
ivs = independent_variables(sys)
276
iv = length(ivs) == 1 ? ivs[1] : nothing
277
# flatten array equations
0 commit comments