We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c842a commit 465c67dCopy full SHA for 465c67d
1 file changed
examples/seismic/self_adjoint/example_iso.py
@@ -11,6 +11,9 @@
11
def acoustic_sa_setup(shape=(50, 50, 50), spacing=(10.0, 10.0, 10.0),
12
tn=500., space_order=8, nbl=10, **kwargs):
13
# SA parameters
14
+ if space_order < 8:
15
+ info("Low space order not supported, running space_order=8")
16
+ space_order = 8
17
qmin = 0.1
18
qmax = 1000.0
19
fpeak = 0.010
0 commit comments