On Wed, 24 Feb 2010 09:59:14 -0600, Andrea Hawkins <[email protected]> wrote: > Is there something else I should be concerned about getting reset > every time step?
Does anything change if you run with -ksp_view (this will dump solver details at the end of each solve). If you are using Newton-like algorithms, there is significant benefit to using SNES (through libmesh's wrapper if you like) since this will give you significant algorithmic flexibility and robustness improvements over rolling your own Newton. Jed ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
