Trisurf Monte Carlo simulator
Fix
Samo Penic
2016-03-03 a99f2bb2d3af25b4cc14848647522c1997862652
commit | author | age
a99f2b 1 b0VIM 7.4³dØV ësamoaltea~samo/programiranje/trisurf-ng/python/trisurf/trisurf.py 3210#"! UtpÿIadÌ     IíìÛÚÖ¡ Ÿ’^]ž™˜—–ŠfePGF$ô ê ¸ ­ « ª Ž { r q X > = < ; - ( × Ò ³   … ~ } K D C      ô ä É µ ’ ‘ ˆ ‡ q j i W P O > 7 6 "           return("Running instance")    def __str__(self):        pass    def stop(self):        pass    def start(self):        pass    def getStatus(self):        return            self.initFromSnapshot(snapshot)        if(snapshot!=''):            self.initFromTape(tape)        if(tape!=''):        self.subdir=subdir    def __init__(self, subdir='run0', tape='', snapshot=''):        pass    def initFromSnapshot(self, tape='snapshot.vtu'):        pass        self.tape.readTape(tape)        self.tape=Tape()    def initFromTape(self, tape):    '''    Class Runner consists of a single running or terminated instance of the trisurf    '''class Runner:        return self.config[key]    def getValue(self,key):        return        self.tape=string    def setTape(self, string):                exit(1)            print("Error reading or parsing tape file!\n")        except:            self.config=configobj.ConfigObj(tape)        try:    def readTape(self, tape='tape'):        return    def __init__(self):    '''Has all the info on the tape'''class Tape:'''If tape is specified, the trisurf wilt start from tape with initial distribution, if snapshot is specified the trisurf will be restored from given snapshot file and simulation will continue.tsmgr [-t tape | -r snapshot.vtu] [-s subdirectory]Invoke with:This is a trisurf instance manager written in python'''import configobj#!/usr/bin/python3