Skip to content

Commit 95422e3

Browse files
author
dimitri
committed
cleanup of blog post
1 parent 9a1c9dc commit 95422e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2025-05-26-fno-seismic.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ authors:
2727
# jekyll-toc plugin (https://github.com/toshimaru/jekyll-toc).
2828
toc:
2929
- name: Introduction
30+
- name: Background, Solving Wave Equations
31+
- name: Experiments
32+
- name: Key Results
33+
- name: Why Are FNOs Slower?
34+
- name: When Are FNOs Useful?
35+
- name: Takeaways
3036
# if a section has subsections, you can add them as follows:
3137
# subsections:
3238
# - name: Example Child Subsection 1
@@ -60,7 +66,7 @@ In this post, I benchmark a state-of-the-art Tucker-tensorized FNO against hand-
6066

6167
In this post I'm focusing primarily on seismic wave propogation problems, but the results *probably* extend to other linear PDEs of similar complexity. It would be straightforward to extend the code for that purpose.
6268

63-
## Background: Solving Wave Equations
69+
## Background, Solving Wave Equations
6470

6571
Seismic wave simulations solve PDEs that model how waves travel through the Earth. One classic example is the 3D acoustic wave equation:
6672

0 commit comments

Comments
 (0)