hirani / pydec

PyDEC: A Python Library for Discretizations of Exterior Calculus for simplicial complexes of any dimension embedded or not and for cubical complexes of any dimension. Implements discrete exterior derivative as coboundary, a Delaunay Hodge star operator and lowest order Whitney forms.
BSD 3-Clause "New" or "Revised" License
78 stars 21 forks source link

Devel3 #7

Closed dialkforkaushik closed 4 years ago

dialkforkaushik commented 4 years ago

Pull request for merging devel3 with master.

This merge makes PyDEC default to working with Python3. (The Python2 version of PyDEC will be available through devel branch which will be renamed to Python2.) This merge also bring a major update in computation of signed dual volumes to work generally for any complex dimension and appropriate embedding dimension.

dialkforkaushik commented 4 years ago

This merge makes PyDEC default to working with Python3. It also brings a major update in computation of signed dual volumes to work generally for any complex dimension and appropriate embedding dimension. And some minor bug fixes.