Trisurf Monte Carlo simulator
Samo Penic
2017-02-24 073d280dc5a623a6810abbe384a07584fdc866be
Added missing files
2 files modified
2 files added
8 ■■■■■ changed files
config.guess 1 ●●●● patch | view | raw | blame | history
config.sub 1 ●●●● patch | view | raw | blame | history
src/initial_distribution.c 4 ●●●● patch | view | raw | blame | history
src/tape 2 ●●● patch | view | raw | blame | history
config.guess
New file
@@ -0,0 +1 @@
/usr/share/automake-1.15/config.guess
config.sub
New file
@@ -0,0 +1 @@
/usr/share/automake-1.15/config.sub
src/initial_distribution.c
@@ -121,7 +121,7 @@
ts_bool initial_population_with_c0(ts_vesicle *vesicle, ts_tape *tape){
    int rndvtx,i,j;
    if(tape->number_of_vertices_with_c0>0){
        ts_fprintf(stderr,"Setting values for spontaneous curvature as defined in tape\n");
//        ts_fprintf(stderr,"Setting values for spontaneous curvature as defined in tape\n");
        j=0;
        for(i=0;i<tape->number_of_vertices_with_c0;i++){
            rndvtx=rand() % vesicle->vlist->n;
@@ -137,7 +137,7 @@
        }
        mean_curvature_and_energy(vesicle);
        if(fabs(tape->w)>1e-16){ //if nonzero energy
            ts_fprintf(stderr,"Setting attraction between vertices with spontaneous curvature\n");
//            ts_fprintf(stderr,"Setting attraction between vertices with spontaneous curvature\n");
            sweep_attraction_bond_energy(vesicle);
        }
    }
src/tape
@@ -25,7 +25,7 @@
####### Polymer (brush) definitions ###########
# npoly is a number of polymers attached to npoly distinct vertices on vesicle
npoly=400
npoly=0
# nmono is a number of monomers in each polymer
nmono=10
# Spring constant between monomers of the polymer