dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Reading type in python
Samo Penic
2016-03-03
bd69936da8e1f59147b7e2dde0f53067ee1ff94a
[trisurf-ng.git]
/
python
/
tsmgr
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'))