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
@@ -562,8 +571,6 @@ function solve_and_generate_equations!(state::TearingState, neweqs, var_eq_match
562
571
isnothing(D) &&
563
572
error("Differential found in a non-differential system. Likely this is a bug in the construction of an initialization system. Please report this issue with a reproducible example. Offending equation: $(equations(sys)[ieq])")
564
573
order, lv =var_order(diff_to_var, iv)
565
-
@show fullvars[lv]
566
-
@showsimplify_shifts(fullvars[lv])
567
574
dx =D(simplify_shifts(fullvars[lv]))
568
575
eq = dx ~simplify_shifts(Symbolics.fixpoint_sub(
569
576
Symbolics.symbolic_linear_solve(neweqs[ieq],
@@ -576,8 +583,6 @@ function solve_and_generate_equations!(state::TearingState, neweqs, var_eq_match
576
583
push!(diff_eqs, eq)
577
584
total_sub[simplify_shifts(eq.lhs)] = eq.rhs
578
585
dx_sub[simplify_shifts(eq.lhs)] = eq.rhs
579
-
@show total_sub
580
-
@show eq
581
586
push!(diffeq_idxs, ieq)
582
587
push!(diff_vars, diff_to_var[iv])
583
588
continue
@@ -611,6 +616,8 @@ function solve_and_generate_equations!(state::TearingState, neweqs, var_eq_match
0 commit comments