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 e39b9ad commit ddbc8c1Copy full SHA for ddbc8c1
src/statistics.jl
@@ -263,7 +263,7 @@ function node_densities_means_only(sol::EnsembleSolution;
263
for k in indices
264
for j in 1:nt
265
knot_range = knots[j]
266
- densities = node_densities(sol[k].u; smooth_boundary)
+ densities = node_densities(sol[k].u[j]; smooth_boundary)
267
cell_positions = sol[k].u[j]
268
interp = interp_fnc(densities, cell_positions)
269
for i in eachindex(knot_range)
0 commit comments