Trisurf Monte Carlo simulator
Samo Penic
2016-03-03 292ac4738a980823072387033af7a97027405e54
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'))