Trisurf Monte Carlo simulator
Samo Penic
2014-06-13 8a72f3f1dbe2bb440de3d788f33ecfb46f1f604c
Fix: the 2d contour of cross-section is calculated only if shperical harmonics are calculated
1 files modified
9 ■■■■■ changed files
src/timestep.c 9 ●●●●● patch | view | raw | blame | history
src/timestep.c
@@ -70,15 +70,16 @@
        if(i>=inititer){
            write_vertex_xml_file(vesicle,i-inititer);
            write_master_xml_file("test.pvd");
            pts=get_crossection_with_plane(vesicle, 0.0,0.0,1.0,0.0);
            save_crossection_snapshot(pts,i-inititer);
            free(pts);
            epochtime=get_epoch();
                    epochtime=get_epoch();
            gyration_eigen(vesicle, &l1, &l2, &l3);
            vesicle_volume(vesicle); //calculates just volume. Area is not added to ts_vesicle yet!
            get_area_volume(vesicle, &area,&volume); //that's why I must recalculate area (and volume for no particular reason).
            r0=getR0(vesicle);
            if(vesicle->sphHarmonics!=NULL){
            pts=get_crossection_with_plane(vesicle, 0.0,0.0,1.0,0.0);
            save_crossection_snapshot(pts,i-inititer);
            free(pts);
                preparationSh(vesicle,r0);
                //calculateYlmi(vesicle);
                calculateUlmComplex(vesicle);