Dhondtguido / CalculiX

This repository contains the source files of CalculiX, a three-dimensional Finite Element Program (www.calculix.de).
GNU General Public License v2.0
72 stars 16 forks source link

Bugfix: Normal in direction 1 has zero size. #45

Closed victorkemp closed 7 months ago

victorkemp commented 1 year ago

Fixes issue https://github.com/Dhondtguido/CalculiX/issues/29

oldninja commented 7 months ago

@victorkemp should we consider adding a warning for such cases? This would help users identify and potentially resolve the issue. Sometimes, the models are so large that specific instances might be challenging to pinpoint. What are your thoughts?

victorkemp commented 7 months ago

@oldninja I think @Dhondtguido has already fixed this so no need for a warning. I should remove this pull request along with a few others once I've confirmed that.

oldninja commented 7 months ago

Thanks!