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.
2 parents 0483968 + 465c67d commit e0ec639Copy full SHA for e0ec639
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