Hello
I have two spheroCyl particles or two sphere particles. I am running them through Cuda. I wanted to compute the contact area of them when I define a variable real coA = contact.getContactNormalArea(), I always get the value zero even though the particles are inside the contact radius. Why is this so, and how can I fix this?
I get zero even if I print 30 significant digits after the decimal point.