Skip to content

Commit 3b1fe76

Browse files
committed
Fix typos in JOSS paper
1 parent b186b7d commit 3b1fe76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

paper.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ PetIBM is currently used to compute the three-dimensional flow of a gliding-snak
5656

5757
PetIBM solves the Navier-Stokes equations on an extended discretization grid that includes the interior of the immersed boundary.
5858
To model the presence of the boundary, a forcing term is added to the momentum equation and an additional equation for the no-slip condition completes the system.
59-
Many variants of the immersed-boundary method (IBM) depend on one models the forcing.
59+
Variants of the immersed-boundary method (IBM) depend on how one models the forcing.
6060
In PetIBM, we use regularized-delta functions to transfer data between the Eulerian grid and the Lagrangian boundary points.
61-
The system of equation is:
61+
The system of equations is:
6262

6363
\begin{equation}
6464
\begin{cases}
@@ -149,7 +149,7 @@ r_2 \equiv \left( \begin{matrix} bc_2 \\ u_B^{n+1} \end{matrix} \right)
149149
\end{equation*}
150150

151151
In practice, we never form the full system.
152-
Instead, we apply a block-LU decomposition as follow:
152+
Instead, we apply a block-LU decomposition as follows:
153153

154154
\begin{equation}
155155
\left[

0 commit comments

Comments
 (0)