Skip to content

Commit 91d9595

Browse files
Update README.md
Fix example
1 parent 49e9c85 commit 91d9595

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,17 @@ space_model = SpaceModel(
8484
# config boundary conditions
8585
# (none, null_dirichlet or null_neumann)
8686
space_model.config_boundary(
87-
damping_length=0,
87+
damping_length=(0,510, 510, 510),
8888
boundary_condition=(
8989
"null_neumann", "null_dirichlet",
9090
"none", "null_dirichlet"
91-
),
92-
damping_polynomial_degree=3,
93-
damping_alpha=0.001
91+
)
9492
)
9593

9694
# create the time model
9795
time_model = TimeModel(
9896
space_model=space_model,
99-
tf=1.0,
97+
tf=2.3,
10098
saving_stride=0
10199
)
102100

0 commit comments

Comments
 (0)