Skip to content

Commit ae65eab

Browse files
committed
more figure changes
1 parent 314fc88 commit ae65eab

File tree

3 files changed

+367
-27
lines changed

3 files changed

+367
-27
lines changed
Binary file not shown.

1712_FWI_forward_modeling/Figures/Figure1_composed.svg

Lines changed: 366 additions & 26 deletions
Loading

1712_FWI_forward_modeling/notebooks/Notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7671,7 +7671,7 @@
76717671
"source": [
76727672
"where the `grid` object provided by the `model` defines the size of the allocated memory region, `time_order` and `space_order` define the default discretization order of the derived derivative expressions.\n",
76737673
"\n",
7674-
"We can now use this symbolic representation of our wavefield to generate simple discretized expressions for finite-difference derivative approximations using shorthand expressions, such as `u.dt` and `u.dt2` to denote $\\frac{\\partial u}{\\partial t}$ and $\\frac{\\partial^2 u}{\\partial t^2}$ respectively:"
7674+
"We can now use this symbolic representation of our wavefield to generate simple discretized expressions for finite-difference derivative approximations using shorthand expressions, such as `u.dt` and `u.dt2` to denote $\\frac{\\text{d} u}{\\text{d} t}$ and $\\frac{\\text{d}^2 u}{\\text{d} t^2}$ respectively:"
76757675
]
76767676
},
76777677
{

0 commit comments

Comments
 (0)