Trisurf Monte Carlo simulator
Samo Penic
2016-07-11 80f2a33e4b55c7259bdb4bff66a0ce12b96edd80
Merge branch 'master' of bitbucket.org:samop/trisurf-ng
2 files modified
5 ■■■■■ changed files
src/io.c 1 ●●●● patch | view | raw | blame | history
src/tape 4 ●●● patch | view | raw | blame | history
src/io.c
@@ -888,7 +888,6 @@
        fprintf(fh,"</DataArray>\n");
    
    fprintf(fh,"</PointData>\n<CellData>\n</CellData>\n<Points>\n<DataArray type=\"Float64\" Name=\"Koordinate tock\" NumberOfComponents=\"3\" format=\"ascii\">\n");
    for(i=0;i<vlist->n;i++){
        fprintf(fh,"%.17e %.17e %.17e\n",vtx[i]->x,vtx[i]->y, vtx[i]->z);
src/tape
@@ -39,7 +39,7 @@
# nfono is a number of monomers in each filament
nfono=3
# Persistence lenght of the filaments (in units l_min)
xi=0
xi=100
####### Nucleus (inside the vesicle) ###########
# Radius of an impenetrable hard sphere inside the vesicle
@@ -71,6 +71,8 @@
#shut up if we are using cluster!!!
quiet=false
#what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto)
#currently only none makes sense.