flatsurf / sage-flatsurf

Flat surfaces in Sage
https://flatsurf.github.io/sage-flatsurf/
GNU General Public License v2.0
10 stars 11 forks source link

replace rel_deformation by the pyflatsurf + operator #129

Open videlec opened 2 years ago

videlec commented 2 years ago

The TranslationSurface.rel_deformation(self, deformation, local=False, limit=100) method is a special case of the pyflatsurf + operator that implements any deformation. Once a proper class for the relative cohomology H^1(S, Sigma; K) is available in sage-flatsurf, this method should just make the appropriate call to pyflatsurf.

saraedum commented 3 months ago

Partially implemented in #289, now rel_deformation calls operator+.