Skip to content

Commit ddbce7a

Browse files
Github action: auto-update.
1 parent 278d28b commit ddbce7a

File tree

56 files changed

+303
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+303
-293
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

dev/_downloads/50e615e5e5b0c0acc607140b5328e78b/plot_burgers_2d_solver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
# --------------------
2525
# We aim to solve the 2D viscous Burger's equations:
2626
#
27-
# u_t + u u_x + v u_y = nu (u_xx + u_yy)
27+
# :math: `u_t + u \cdot u_x + v \cdot u_y = \nu (u_xx + u_yy)`
2828
#
29-
# v_t + u v_x + v v_y = nu (v_xx + v_yy)
29+
# :math: `v_t + u \cdot v_x + v \cdot v_y = \nu (v_xx + v_yy)`
3030

3131
## Simulation parameters
3232
Lx, Ly = 2.0, 2.0 # Domain lengths
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)