Trisurf Monte Carlo simulator
Fix
Samo Penic
2016-03-03 a99f2bb2d3af25b4cc14848647522c1997862652
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);
d7639a 7 #endif