Skip to content

Commit f2e887b

Browse files
authored
images
1 parent a3e9e5a commit f2e887b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

iga/use_cases/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,14 @@ Run:
5353
python3 convergence.py # for the convergence analysis
5454
python3 plot_surrogate_boundaries.py # to visualize the surrogate and true boundaries
5555

56+
<img width="999" height="786" alt="image" src="https://github.com/user-attachments/assets/ea1c01a6-806c-486a-b11e-d3846bac3b85" />
57+
58+
<img width="588" height="430" alt="image" src="https://github.com/user-attachments/assets/9401a33e-4c81-47de-bc9b-a0323fdb89a9" />
59+
60+
results of the convergence:
61+
62+
h = [1.0, 0.5, 0.25, 0.125, 0.0625]
63+
64+
L2_error = [0.04245443538478202, 0.00612519522524315, 0.0006828403386498715, 7.033648516213708e-05, 1.0075704685614167e-05]
65+
5666

0 commit comments

Comments
 (0)