Merge branch 'master' of bitbucket.org:samop/trisurf-ng
| | |
| | | |
| | | 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); |
| | |
| | | # 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 |
| | |
| | | #shut up if we are using cluster!!! |
| | | quiet=false |
| | | |
| | | |
| | | |
| | | #what type of multiprocessing? (*none, smp, cluster, distributed, cuda, auto) |
| | | #currently only none makes sense. |
| | | multiprocessing=none |