Skip to content

Commit d3f5cc2

Browse files
committed
bug fix
1 parent 1ea1c6c commit d3f5cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commons/Projection.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function compute_re_tensor(uh, dΩ, D, tn, parts)
124124
elseif D == 3
125125
ux = uh VectorValue(1.0,0.0,0.0)
126126
uy = uh VectorValue(0.0,1.0,0.0)
127-
uy = uh VectorValue(0.0,0.0,1.0)
127+
uz = uh VectorValue(0.0,0.0,1.0)
128128

129129
R11 = sum(( (uxux) )dΩ)
130130
R22 = sum(( (uy uy) )dΩ)

0 commit comments

Comments
 (0)