Trisurf Monte Carlo simulator
Samo Penic
2014-04-28 460c2a326b332e1b3e03621970a1b48dfb872050
commit | author | age
460c2a 1 #ifndef _H_CONSTVOL
SP 2 #define _H_CONSTVOL
3
4 ts_bool constvolume(ts_vesicle *vesicle, ts_vertex *vtx_avoid, ts_double Vol, ts_double *retEnergy, ts_vertex *vtx_moved, ts_vertex *vtx_backup);
5 ts_bool constvolConstraintCheck(ts_vesicle *vesicle, ts_vertex *vtx);
6 ts_bool constvolumerestore(ts_vertex *vtx_moved, ts_vertex *vtx_backup);
7 ts_bool constvolumeaccept(ts_vertex *vtx_moved, ts_vertex *vtx_backup);
8 #endif