You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The small mesh dimensions require a smaller tolerance, e.g., jacobianTolerance=1e-20 (default jacobianTolerance=1e-16.).
Can this value be scaled automatically depending on the MeshScale=1e-6 or the bounding box of the complete Domain?
Also output the value of the determinant and the tolerance:
CALL abort(__STAMP__,'Element with null-negative detT found! Elem%ind: ',Elem%ind)
Todo
Define testcases/reggies for automatic testing the bug fix / new feature
The small mesh dimensions require a smaller tolerance, e.g.,
jacobianTolerance=1e-20
(defaultjacobianTolerance=1e-16
.).Can this value be scaled automatically depending on the
MeshScale=1e-6
or the bounding box of the complete Domain?Also output the value of the determinant and the tolerance:
Todo
jacobianTolerance
andSpaceQuandt
usageThe text was updated successfully, but these errors were encountered: