Hi All,
I have finally find out why I couldn't restart properly a transient
system in parallel. The problem is that transient system doens't have
an update(...) method.
So I have added one coping it from the re_update(...) method. It works
for me but it will be good if someone could check it and add it to the svn.

Another problem is that we should avoid reading the RHS_Vector
becuase as I said in a previous message Petsc doesn't allowed to set
the values of a PetscVector an then zero it without calling close().
This happens in ImplicitSystem::init(..). I don't have a good
solution for this... of course we can call close() before zero() but
this is an horrible hack.
Any idea?

Thanks.
Lorenzo
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to