spyro icon indicating copy to clipboard operation
spyro copied to clipboard

Wave propagators for seismic domains with application to full waveform inversion.

Results 48 spyro issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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,...

bug

The Spyro demos have examples using the Marmousi velocity model. In my opinion, we should also have standards for fast execution.

* Enable several sources to be simulated at the same time.

enhancement

* Memory grows on each successive call to `leapfrog` which is problematic obviously for FWI. * Investigating...will post an image shortly.