Fixed restarting when inititer is not 0
| | |
| | | mcsweeps=200 |
| | | #how many initial mcsweeps*inititer MC sweeps before recording to disk? |
| | | #2 |
| | | inititer=0 |
| | | inititer=10 |
| | | #how many records do you want on the disk iteration are there in a run? |
| | | #10000 |
| | | iterations=100 |
| | |
| | | return int(status) |
| | | |
| | | def isCompleted(self): |
| | | if (int(self.tape.getValue("iterations"))==self.getLastIteration()+1): |
| | | if int(self.tape.getValue("iterations"))+int(self.tape.getValue("inititer"))==self.getLastIteration()+1: |
| | | return True |
| | | else: |
| | | return False |
| | |
| | | |
| | | |
| | | def getLastVTU(self): |
| | | vtuidx=self.getLastIteration() |
| | | vtuidx=self.getLastIteration()-int(self.tape.getValue("inititer"))+1 |
| | | if vtuidx<0: |
| | | return None |
| | | else: |
| | |
| | | if(fd!=NULL){ |
| | | arguments_no=fscanf(fd,"%u", &start_iteration); |
| | | if(arguments_no==0){ |
| | | ts_fprintf(stdout,"No information of start iteration in .status file"); |
| | | ts_fprintf(stdout,"No information of start iteration in .status file\n"); |
| | | } |
| | | fclose(fd); |
| | | start_iteration++; |
| | | start_iteration++; |
| | | } |
| | | else |
| | | ts_fprintf(stdout,"No .status file. The iteration count will start from 0"); |
| | | ts_fprintf(stdout,"No .status file. The iteration count will start from 0\n"); |
| | | /* Here you should read new tape file, reassign some values in vertex from the tape and assign read tape to vesicle->tape */ |
| | | // tape=parsetape(command_line_args.tape_fullfilename); |
| | | // vesicle=vtk2vesicle(command_line_args.dump_from_vtk,tape); |
| | |
| | | mcsweeps=200 |
| | | #how many initial mcsweeps*inititer MC sweeps before recording to disk? |
| | | #2 |
| | | inititer=0 |
| | | inititer=10 |
| | | #how many records do you want on the disk iteration are there in a run? |
| | | #10000 |
| | | iterations=100 |