Skip to content

Commit 50ad1f9

Browse files
Github action: auto-update.
1 parent 7cea931 commit 50ad1f9

File tree

105 files changed

+734
-1710
lines changed

Some content is hidden

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

105 files changed

+734
-1710
lines changed
Binary file not shown.

dev/_downloads/07795e165bda9881ff980becb31905ab/plot_diffusion_advection_solver.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"name": "python",
9797
"nbconvert_exporter": "python",
9898
"pygments_lexer": "ipython3",
99-
"version": "3.13.6"
99+
"version": "3.13.7"
100100
}
101101
},
102102
"nbformat": 4,
Binary file not shown.

dev/_downloads/09a1631d14c6eb51e552aa53b9f6d3e8/checkpoint_FNO_darcy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
"name": "python",
155155
"nbconvert_exporter": "python",
156156
"pygments_lexer": "ipython3",
157-
"version": "3.13.6"
157+
"version": "3.13.7"
158158
}
159159
},
160160
"nbformat": 4,
Binary file not shown.

dev/_downloads/1c2e74cc4f68386faa92c3986ff5e279/plot_embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"name": "python",
108108
"nbconvert_exporter": "python",
109109
"pygments_lexer": "ipython3",
110-
"version": "3.13.6"
110+
"version": "3.13.7"
111111
}
112112
},
113113
"nbformat": 4,
Binary file not shown.

dev/_downloads/26d61504a6fbb804cf39b2be49357ee6/plot_fourier_diff.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
# Differentiate the signal
8181
# -----------------------------------------
8282
# We use the Fourier differentiation function with Fourier continuation to differentiate the signal
83-
dfdx = fourier_derivative_1d(f, order=1, L=L, use_FC='Legendre', FC_d=4, FC_n_additional_pts=30, FC_one_sided=False)
84-
df2dx2 = fourier_derivative_1d(f, order=2, L=L, use_FC='Legendre', FC_d=4, FC_n_additional_pts=30, FC_one_sided=False)
83+
dfdx = fourier_derivative_1d(f, order=1, L=L, use_FC='Legendre', FC_d=4, FC_n_additional_pts=30)
84+
df2dx2 = fourier_derivative_1d(f, order=2, L=L, use_FC='Legendre', FC_d=4, FC_n_additional_pts=30)
8585

8686

8787
# %%

dev/_downloads/273559202d552ae1f0e540d0854f46bd/plot_burgers_2d_solver.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"name": "python",
9797
"nbconvert_exporter": "python",
9898
"pygments_lexer": "ipython3",
99-
"version": "3.13.6"
99+
"version": "3.13.7"
100100
}
101101
},
102102
"nbformat": 4,

dev/_downloads/2fab6581b297ea852f01cdd602aeb71e/plot_fourier_continuation.py

Lines changed: 79 additions & 321 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)