spyro
spyro copied to clipboard
Wave propagators for seismic domains with application to full waveform inversion.
Here is my code for an FWI of a simple two-layer model: ``` import sys sys.path.append("/home/spyro") import os os.environ["OMP_NUM_THREADS"] = "1" from firedrake import * import numpy as np import...
Hi, I have the same problem running the demo script, including the examples from the paper. Traceback (most recent call last): File "/home/firedrake/spyro/paper/run_2d/run_forward_2d.py", line 66, in p, p_r = spyro.solvers.forward(model,...
The Spyro demos have examples using the Marmousi velocity model. In my opinion, we should also have standards for fast execution.
* Memory grows on each successive call to `leapfrog` which is problematic obviously for FWI. * Investigating...will post an image shortly.