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
Should U and V fields be weighted by some distance before computing the curl?
E.g.,
[DXC[i].=abs.(DXC[i]) for i in eachindex(U)]
[DYC[i].=abs.(DYC[i]) for i in eachindex(V)]
#not currently in code
U_DY = U .* DYC #weight by length of opposing side
V_DX = V .* DXC
###compute curl afterward###
The text was updated successfully, but these errors were encountered:
MeshArrays.jl/src/Operations.jl
Lines 84 to 116 in dd3f19a
Should U and V fields be weighted by some distance before computing the curl?
E.g.,
The text was updated successfully, but these errors were encountered: