Skip to content

Commit d2dad4b

Browse files
committed
fix acoustic2d
1 parent f351107 commit d2dad4b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

examples/acoustic_2D.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,11 @@
6262
# config boundary conditions
6363
# (none, null_dirichlet or null_neumann)
6464
space_model.config_boundary(
65-
# damping_length=(0, 1010, 1010, 1010),
6665
damping_length=(510, 510, 510, 510),
67-
# damping_length=0,
68-
# boundary_condition=(
69-
# # "null_neumann", "null_dirichlet",
70-
# "null_dirichlet", "null_dirichlet",
71-
# "null_dirichlet", "null_dirichlet"
72-
# )
66+
boundary_condition=(
67+
"null_dirichlet", "null_dirichlet",
68+
"null_dirichlet", "null_dirichlet"
69+
)
7370
)
7471

7572

0 commit comments

Comments
 (0)