Hello deal.ii,

I’m trying to replicate the results reported in step-77. However when I run 
step-77 the line-search algorithm fails on the first refinement step with the 
error message below. I’ve tested different versions of deal and on different 
platforms and it’s not obvious to me what needs to be changed to get the 
documented results.

Any suggestions would be very helpful.



Mesh refinement step 0
  Target_tolerance: 0.001

  Computing residual vector... norm=0.231202
  Computing Jacobian matrix
  Factorizing Jacobian matrix
  Solving linear system
  Computing residual vector... norm=0.231202
  Computing residual vector... norm=0.402211
  Computing residual vector... norm=0.627191
  Computing residual vector... norm=0.857696
  Computing residual vector... norm=1.08878
  Computing residual vector... norm=1.31995
  Computing residual vector... norm=1.55112
  Computing residual vector... norm=1.78231
  Computing residual vector... norm=2.0135
  Computing residual vector... norm=2.24469
  Computing residual vector... norm=2.47588
  Computing residual vector... norm=2.70708

[KINSOL ERROR]  KINSol
  The line search algorithm was unable to find an iterate sufficiently distinct 
from the current iterate.


--------------------------------------------------------
An error occurred in line <518> of file 
</var/folders/8z/hlb6vc015qjggytkxn84m6_c0000gn/T/heltai/spack-stage/spack-stage-dealii-9.3.0-zy7k3uwnakcqjvrajvacy5l4jrl7eaex/spack-src/source/sundials/kinsol.cc>
 in function
    unsigned int 
dealii::SUNDIALS::KINSOL<dealii::Vector<double>>::solve(VectorType &) 
[VectorType = dealii::Vector<double>]
The violated condition was: 
    status >= 0
Additional information: 
    One of the SUNDIALS KINSOL internal functions returned a negative
    error code: -5. Please consult SUNDIALS manual.

Best,
Andrew

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/521E47CC-080F-4C6B-9337-C224444C82BE%40gmail.com.

Reply via email to