Python wrapper for running instances of trisurf-ng
Samo Penic
2019-08-14 8f46a7926d3517bf5405fc5a8c723e6cc318ad58
trisurf/wrapper.py
@@ -312,3 +312,8 @@
def solve_for_ulm2(vesicle):
   ts.solve_for_ulm2.argtype=[POINTER(ts_vesicle)]
   ts.solve_for_ulm2(vesicle)
def mean_curvature_and_energy(vesicle):
   ts.mean_curvature_and_energy.argtype=[POINTER(ts_vesicle)]
   ts.mean_curvature_and_energy(vesicle)