KuangshiAi commited on
Commit
8752c1a
·
1 Parent(s): 2896c95

add one topology case from Guoxi Liu

Browse files
.gitattributes CHANGED
@@ -8,5 +8,6 @@
8
  *.avi filter=lfs diff=lfs merge=lfs -text
9
  *.glb filter=lfs diff=lfs merge=lfs -text
10
  *.vtr filter=lfs diff=lfs merge=lfs -text
 
11
  *.cif filter=lfs diff=lfs merge=lfs -text
12
  *.nc filter=lfs diff=lfs merge=lfs -text
 
8
  *.avi filter=lfs diff=lfs merge=lfs -text
9
  *.glb filter=lfs diff=lfs merge=lfs -text
10
  *.vtr filter=lfs diff=lfs merge=lfs -text
11
+ *.vtu filter=lfs diff=lfs merge=lfs -text
12
  *.cif filter=lfs diff=lfs merge=lfs -text
13
  *.nc filter=lfs diff=lfs merge=lfs -text
topology/dragon/GS/dragon-1.png ADDED

Git LFS Details

  • SHA256: 5988e98021cb452922d9b8b8301cf163a02ebc5d1145b6aaf877d6187d084b84
  • Pointer size: 131 Bytes
  • Size of remote file: 573 kB
topology/dragon/GS/dragon-2.png ADDED

Git LFS Details

  • SHA256: ac5edc3279257abb41b1eaec205f5df2ca06978688d851cbda010c8dc5e17f20
  • Pointer size: 131 Bytes
  • Size of remote file: 546 kB
topology/dragon/GS/dragon-3.png ADDED

Git LFS Details

  • SHA256: f2acce788af52c437c9317499d47220fecab5cb35b034eb7cddd72d8ee72ca37
  • Pointer size: 131 Bytes
  • Size of remote file: 563 kB
topology/dragon/GS/dragon-4.png ADDED

Git LFS Details

  • SHA256: ca6bf7742ebe58b9aa2e58b691a3c30915a7b4ac9778bedcebb93faeaedb1f48
  • Pointer size: 131 Bytes
  • Size of remote file: 552 kB
topology/dragon/GS/dragon-5.png ADDED

Git LFS Details

  • SHA256: e9d05c3297518cf1940a5313ac344c873932f19d514639f7830264a6354deb18
  • Pointer size: 131 Bytes
  • Size of remote file: 299 kB
topology/dragon/GS/dragon_gs.pvsm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe87cefce541129d533a854c5fa7b10061ea295ffff69aec5709f9e008697333
3
+ size 3012522
topology/dragon/data/dragon.vtu ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e934c1e3129034c8f22d4fcf3be953c3a98e61866fda4d4887bb8f004c88f97
3
+ size 5447800
topology/dragon/task_description.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Task:
2
+ 1. Load the dragon dataset from "dragon/data/dragon.vtu". Apply an elevation function along the y-axis, ranging from 0 to 100.
3
+
4
+ 2. Compute the persistence diagram using the \"elevation\" scalar field.
5
+
6
+ 3. After filtering out persistence values less than 10, compute the critical points (e.g., minima, maxima, and saddle points) on the dataset.
7
+
8
+ 4. Analyze the visualization and answer the following questions:
9
+
10
+ Q1: How many saddle-maximum pairs are present in the dataset?
11
+ (A) 2 (B) 4 (C) 6 (D) 10.
12
+
13
+ Q2: How many minima are computed?
14
+ (A) 2 (B) 5 (C) 8 (D) 10.
15
+
16
+ Q3: Are there any saddle-saddle pairs in the persistence diagram?
17
+ (Yes/No)
18
+
19
+ 5. Save your work:
20
+ Save the ParaView state as "dragon/results/{agent_mode}/dragon.pvsm".
21
+ Save the answers to the analysis questions in plain text as "dragon/results/{agent_mode}/answers.txt".
topology/dragon/visualization_goals.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ vision:
2
+ 1. Overall visualization quality
3
+
4
+ 2. Correct color mapping for critical points
5
+
6
+ 3. Correct pairing of critical points
7
+
8
+ text:
9
+ 1. Q1 correct answer: (C) 6
10
+
11
+ 2. Q2 correct answer: (B) 5
12
+
13
+ 3. Q3 correct answer: No