MatMechLab / AsFem

Advanced Simulation kit based on Finite Element Method (AsFem)
https://matmechlab.github.io/AsFem
GNU General Public License v3.0
183 stars 56 forks source link

Modify Vector3d #52

Closed bbsy789 closed 2 years ago

bbsy789 commented 2 years ago

Compiler:MSVC; OS:Windows 10; Thanks for the issue raised by "Qingchen", and I am "Jie" in this QQ group(879908352). In the Vector3d Class which is declared in this path "include/Utils/Vector3d.h", the norm function throw a exception which is a Floating-point underflow. It may a undefine behavior due to use different compilers. AsFEM is large .So I will only add some useful modify to Vector3d.

yangbai90 commented 2 years ago

Hi Jie and Qingchen,

Many thanks for the comments and feedback, now the devel branch is ready for your pull requests.

Best, Yang

yangbai90 commented 2 years ago

Thank you for the pull requests, the change has now been merged into the devel branch, and I'll close this issue.