" Thanks for trying this out! I made your program into a test so that we can check that this behavior keeps working in the future as well!"
Excellent! Do you have any suggestions for how I could work around the fix with my existing deal.II installation? Essentially, I need a way to determine whether KINSol was successful without access to the error code -- particularly those related to repetitive evaluation failures. One option is to compute the residual after the solve and compare it to the tolerances specified in AdditionalData. However, can you think of a more efficient alternative that avoids residual assembly? Best, Simon Wolfgang Bangerth schrieb am Samstag, 10. Mai 2025 um 01:56:12 UTC+2: Simon: > I do not have Trilinos configured with NOX on my system. > For PETSC SNES, I attached a test that allows only a single nonlinear iteration. > But the error message (release mode) is very descriptive: > [...] Thanks for trying this out! I made your program into a test so that we can check that this behavior keeps working in the future as well! https://github.com/dealii/dealii/pull/18443 Best W. -- ------------------------------------------------------------------------ Wolfgang Bangerth email: [email protected] www: http://www.math.colostate.edu/~bangerth/ -- 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 visit https://groups.google.com/d/msgid/dealii/3b31a06d-fd1a-45b9-964a-5d1b3783a594n%40googlegroups.com.
