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 fab6482 commit 7f76011Copy full SHA for 7f76011
src/Commons/Projection.jl
@@ -25,7 +25,7 @@ export compute_VMS2_error
25
function compute_VMS2_error(uh_fine, simcase::TaylorGreen{Periodic},params::Dict{Symbol,Any}, tn::Real)
26
@unpack U, dΩ, degree,parts = params
27
@sunpack D, projection_timesteps = simcase
28
- if D == 2 && !isempty( intersect(projection_timesteps, tn))
+ if !isempty( intersect(projection_timesteps, tn))
29
ubar, uprime = project_solution(uh_fine, simcase, params, tn)
30
norm_cross, norm_re, eps_cross, eps_re = compute_stresses(ubar, uprime, dΩ)
31
write_apriori_analysis(tn, D, norm_cross, norm_re, eps_cross, eps_re, parts)
0 commit comments