Trisurf Monte Carlo simulator
Samo Penic
2016-06-21 032273a4cf21e1a43038b60b8744021930c97a5b
commit | author | age
7f6076 1 /* vim: set ts=4 sts=4 sw=4 noet : */
d7639a 2 #ifndef _ENERGY_H
SP 3 #define _ENERGY_H
4 ts_bool mean_curvature_and_energy(ts_vesicle *vesicle);
5 inline ts_bool energy_vertex(ts_vertex *vtx);
fedf2b 6 inline ts_bool bond_energy(ts_bond *bond,ts_poly *poly);
e5858f 7
SP 8 ts_bool sweep_attraction_bond_energy(ts_vesicle *vesicle);
9 inline ts_bool attraction_bond_energy(ts_bond *bond, ts_double w);
10
d7639a 11 #endif