Trisurf Monte Carlo simulator
Samo Penic
2016-03-03 bc14fba27f50fa7ba7c3643c510631ad8d33a6a1
commit | author | age
bc14fb 1 b0VIM 7.4´bØV ësamoaltea~samo/programiranje/trisurf-ng/python/trisurf/trisurf.py 3210#"! UtpÿIadÅ    ý
SP 2 IíìÛÚÖ¡ Ÿ’^]ž™˜—–ŠfePGF$ô ê ¸ ­ « ª Ž { r q X > = < ; - ( × Ò ¬ ™ ~ w v D = <  í Ý Â ® ‹ Š  € j c b P I H 7 0 /  þ
3 ý
4         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='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