Dear all, we had a bug in the functions transforming a point from real coordinates to reference coordinates. What happened in there was that a Newton method would be run for 10 steps or until the residual would reach a tiny value. Convergence of the Newton method was never tested.
In the bug fix, the code throws an exception if the residual after 10 steps is above the threshold, which I somewhat arbitrarily set to 10^-8 times cell diameter. While I expect this to be sufficient for all applications, please let me know if an adjustment is needed. Best, Guido -- Guido Kanschat, Department of Mathematics, Texas A&M University In accordance with the Texas Public Information Act all email sent to and from my Texas A&M email account can be obtained through a Public Information Request. If you do not want your correspondence public, please arrange a phone conversation with me. _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
