Skip to content

Commit 290b913

Browse files
committed
Update 3_numerical.rst
1 parent 72b1aaa commit 290b913

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/3_numerical.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ The continuous velocity field is reconstructed by trilinear interpolation of the
162162
163163
.. math::
164164
165-
\mathbf{u}(x,y,z)=
165+
\mathbf{u}=
166166
\sum_{d_x,d_y,d_z\in\{0,1\}}
167-
(1-d_x+(-1)^{d_x}\tau_x)\,
168-
(1-d_y+(-1)^{d_y}\tau_y)\,
169-
(1-d_z+(-1)^{d_z}\tau_z)\,
167+
(1-d_x+(-1)^{d_x}\tau_x)
168+
(1-d_y+(-1)^{d_y}\tau_y)
169+
(1-d_z+(-1)^{d_z}\tau_z)
170170
\mathbf{u}_{\,i+d_x,\,j+d_y,\,k+d_z}.
171171
172172

0 commit comments

Comments
 (0)