Trisurf Monte Carlo simulator
Samo Penic
2015-03-09 a00f10fd48a1de31c3ac923c2106969f84e831e0
commit | author | age
d7639a 1 #ifndef _ENERGY_H
SP 2 #define _ENERGY_H
3 ts_bool mean_curvature_and_energy(ts_vesicle *vesicle);
4 inline ts_bool energy_vertex(ts_vertex *vtx);
fedf2b 5 inline ts_bool bond_energy(ts_bond *bond,ts_poly *poly);
d7639a 6 #endif