Hi,

Using the example 0 was the good trick, I finally found that even with  
a simple ODE problem, the maximum number of solver iterations was  
important ...


// -----------------------------------------------------------------------
equation_systems.parameters.set<unsigned int>
                              ("linear solver maximum iterations") = 1000;
// -----------------------------------------------------------------------

So, the problem disappears with an higher max. number or putting the  
line as a comment.


Thank you for your advice,


Maxime




-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to