Skip to content

Commit

Permalink
fix(stokes): wrong index of boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Aug 6, 2024
1 parent 0ecf33f commit 25a32d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/diffgeo/stokes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ \section{Boundaries}
For each $i = 1,\dots,k$ define $(k-1)$-chains by
\begin{align*}
c_i^{\text{start}} \colon (t_1, \dots, t_{k-1}) &\mapsto
c(t_1, \dots, t_{i-1}, 0, t_i, \dots, t_k) \\
c(t_1, \dots, t_{i-1}, 0, t_i, \dots, t_{k-1}) \\
c_i^{\text{stop}} \colon (t_1, \dots, t_{k-1}) & \mapsto
c(t_1, \dots, t_{i-1}, 1, t_i, \dots, t_k).
c(t_1, \dots, t_{i-1}, 1, t_i, \dots, t_{k-1}).
\end{align*}
Then
\[ \partial c \defeq
Expand Down

0 comments on commit 25a32d8

Please sign in to comment.