Skip to content

Commit 881c67d

Browse files
Add files via upload
1 parent 09ecefc commit 881c67d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import glimy
2+
import matplotlib.pyplot as plt
3+
a=glimy.Continuum(3, (20,20,20), 1e-2)
4+
5+
a.add(glimy.geo3D.PointCloud(((0,2,0),(17,0,3),(0,20,8),(10,2,5)),0,2,1))
6+
a.view_structure(False,0,0)
7+
8+
a.add_energizer(glimy.DotSource((3,0,5), (0,1000), 5, 2.4e9))
9+
10+
k=glimy.Render(a,150,{(3,4,9),(2,6,4)})#add time dependent measurement
11+
a.view_field(0,1)
12+
plt.imshow(k[-20:])

0 commit comments

Comments
 (0)