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.
1 parent 4d84c92 commit 6e63c4bCopy full SHA for 6e63c4b
src/MATLABDiffEq.jl
@@ -94,6 +94,7 @@ function buildDEStats(solverstats::Dict)
94
destats.naccept = if (haskey(solverstats, "nsteps")) solverstats["nsteps"] else 0 end
95
destats.nsolve = if (haskey(solverstats, "nsolves")) solverstats["nsolves"] else 0 end
96
destats.njacs = if (haskey(solverstats, "npds")) solverstats["npds"] else 0 end
97
+ destats.nw = if (haskey(solverstats, "ndecomps")) solverstats["ndecomps"] else 0 end
98
destats
99
end
100
0 commit comments