albiremo / dualGPy

Python library to generate the dual graph of a generic mesh
MIT License
2 stars 0 forks source link

Design proper test for the `ComputeVolume` functionality #19

Closed albiremo closed 2 years ago

albiremo commented 2 years ago

As far as the ComputeVolume functionality is extremly bounded to the face identification and edges identification algorithm, it is not so straight forward to implement a proper set of unit test (as has been done for the ComputeArea functionality for the Faces3D). We should find and alternative way.

albiremo commented 2 years ago

done for Tetraand Hexa in https://github.com/albiremo/dualGPy/pull/21