I am using the SNES, I just utilized the SNESLineSearchSet to set my own update.

So, if I do a diff between the output after the final newton step in
the zero-th time step with the the output after the first newton step
of the 1st time step I get

broglie $ diff step0 step1
19c19
<           total: nonzeros=32153, allocated nonzeros=33489
---
>           total: nonzeros=32153, allocated nonzeros=40509
24c24
<     total: nonzeros=32153, allocated nonzeros=38169
---
>     total: nonzeros=32153, allocated nonzeros=40509
27d26
<

This wouldn't be causing the behavior would it?
Thanks,
Andrea

On Wed, Feb 24, 2010 at 10:08 AM, Jed Brown <[email protected]> wrote:
> 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&#174; 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

Reply via email to