Skip to content

Commit 19140f0

Browse files
committed
Fix LaTeX math expression for JATS compatibility (replace \dfrac with \frac)
1 parent 7d77cf8 commit 19140f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ While these packages vary in scope and functionality, they collectively highligh
6565
# Results
6666

6767
## Taylor Green 2D
68-
2D Taylor-Green vortex case is used as benchmark case to assess the error analysis of the code. The domain is a square of size: [-0.5,0.5]x[-0.5,0.5], at Reynolds number 1600. The CFL is constant for each simulation, CFL=0.32. The time-step is computed as $dt = \dfrac{CFL}{ order \cdot N}$.
68+
2D Taylor-Green vortex case is used as benchmark case to assess the error analysis of the code. The domain is a square of size: [-0.5,0.5]x[-0.5,0.5], at Reynolds number 1600. The CFL is constant for each simulation, CFL=0.32. The time-step is computed as $dt = \frac{CFL}{ order \cdot N}$.
6969

7070
![TGV2D-verr](images/verr.png){ width=50% }
7171
![TGV2D-perr](images/perr.png){ width=50% }

0 commit comments

Comments
 (0)