We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52c5e3 commit 3c013e7Copy full SHA for 3c013e7
1 file changed
src/fedefs/h1v_p1teb.jl
@@ -46,7 +46,7 @@ function TEB_tangentflux_eval_2d!(result, f, qpinfo)
46
result[1] = -f[1] * qpinfo.normal[2] # rotated normal = tangent
47
return result[1] += f[2] * qpinfo.normal[1]
48
end
49
-function N0_tangentflux_eval_3d!(grid)
+function TEB_tangentflux_eval_3d!(grid)
50
edgetangents = grid[EdgeTangents]
51
function closure(result, f, qpinfo)
52
result[1] = dot(f, view(edgetangents, :, qpinfo.item))
0 commit comments