Skip to content

Commit

Permalink
doubling tn to make sure that tes_gradientFWI work for np.float32
Browse files Browse the repository at this point in the history
  • Loading branch information
ofmla committed Feb 11, 2021
1 parent 06c7ccd commit 8cefa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/seismic/tti/tti_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from examples.seismic.tti import AnisotropicWaveSolver


def tti_setup(shape=(50, 50, 50), spacing=(20.0, 20.0, 20.0), tn=250.0,
def tti_setup(shape=(50, 50, 50), spacing=(20.0, 20.0, 20.0), tn=500.0,
kernel='centered', space_order=4, nbl=10, preset='layers-tti',
**kwargs):

Expand All @@ -21,7 +21,7 @@ def tti_setup(shape=(50, 50, 50), spacing=(20.0, 20.0, 20.0), tn=250.0,
return AnisotropicWaveSolver(model, geometry, space_order=space_order, **kwargs)


def run(shape=(50, 50, 50), spacing=(20.0, 20.0, 20.0), tn=250.0,
def run(shape=(50, 50, 50), spacing=(20.0, 20.0, 20.0), tn=500.0,
autotune=False, time_order=2, space_order=4, nbl=10,
kernel='centered', full_run=False, **kwargs):

Expand Down

0 comments on commit 8cefa00

Please sign in to comment.