Trisurf Monte Carlo simulator
mihaf
2014-06-03 c60a49ec71004bad2af9ca8b3240c035a7ab8d2a
1
2
3
4
5
6
7
8
#ifndef _H_CONSTVOL
#define _H_CONSTVOL
 
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);
ts_bool constvolConstraintCheck(ts_vesicle *vesicle, ts_vertex *vtx);
ts_bool constvolumerestore(ts_vertex *vtx_moved, ts_vertex *vtx_backup);
ts_bool constvolumeaccept(ts_vesicle *vesicle, ts_vertex *vtx_moved, ts_vertex *vtx_backup);
#endif