Trisurf Monte Carlo simulator
mihaf
2014-03-26 bc9583f9f05c86aa21da0d1b9081660a64d9ce31
pswitch can be changed on the fly.
2 files modified
5 ■■■■■ changed files
src/main.c 1 ●●●● patch | view | raw | blame | history
src/tape 4 ●●●● patch | view | raw | blame | history
src/main.c
@@ -45,6 +45,7 @@
        // nove vrednosti iz tapea...
        vesicle->bending_rigidity=tape->xk0;
        vtx_set_global_values(vesicle);
        vesicle->pswitch =tape->pswitch;
        vesicle->pressure=tape->pressure;
        vesicle->dmax=tape->dmax*tape->dmax;
        poly_assign_filament_xi(vesicle,tape);
src/tape
@@ -44,11 +44,11 @@
####### Program Control ############
#how many MC sweeps between subsequent records of states to disk
mcsweeps=1000
mcsweeps=10000
#how many initial mcsweeps*inititer MC sweeps before recording to disk?
inititer=0
#how many records do you want on the disk iteration are there in a run?
iterations=100
iterations=2000
#shut up if we are using cluster!!!