Trisurf Monte Carlo simulator
Samo Penic
2016-03-03 bd69936da8e1f59147b7e2dde0f53067ee1ff94a
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python3
 
from trisurf import trisurf
 
 
 
run1=trisurf.Runner(snapshot='snapshot.vtu')
print(run1)
#print(run1.tape.config)
print(run1.tape.getValue('nshell'))