Fixede bug in spherical harmonics. Added new test program with initial shape relaxation to sphere
| | |
| | | spherical_trisurfdir=../ |
| | | spherical_trisurf_PROGRAMS = spherical_trisurf |
| | | spherical_trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf.c sh.c |
| | | spherical_trisurf_ffdir=../ |
| | | spherical_trisurf_ff_PROGRAMS = spherical_trisurf_ff |
| | | spherical_trisurf_ff_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf_ff.c sh.c |
| | |
| | | ts_uint i,j,k; |
| | | ts_vertex *cvtx; |
| | | for(i=0;i<vesicle->sphHarmonics->l;i++){ |
| | | for(j=0;j<2*i;j++) vesicle->sphHarmonics->ulm[i][j]=0.0; |
| | | for(j=0;j<2*i+1;j++) vesicle->sphHarmonics->ulm[i][j]=0.0; |
| | | } |
| | | |
| | | //TODO: call calculateYlmi !!! |
| | |
| | | |
| | | |
| | | |
| | | for(i=0;i<5;i++){ |
| | | for(i=0;i<10000;i++){ |
| | | cell_occupation(vesicle); |
| | | for(j=0;j<1000;j++){ |
| | | single_timestep(vesicle); |