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