[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-07 Thread Jean-Paul Pelteret
Hi Rajat, Great, thanks for marking the solution. Unless you want to do so yourself, I'll post an issue on GitHub tomorrow to indicate that the error message could be made more clear. Regards, J-P P.S. I'm not a Prof., but rather an ordinary PhD. But thanks for the ego boost anyway ;-) On T

[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-07 Thread RAJAT ARORA
Hello, Yes professor. I thought this might be helpful to anyone who gets a similar error and is looking for a solution. On Wednesday, July 6, 2016 at 3:58:05 AM UTC-4, Jean-Paul Pelteret wrote: > > Hi Rajat, > > Thanks for posting how you solved your problem! I'm glad to know that you > found t

[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-06 Thread Jean-Paul Pelteret
Hi Rajat, Thanks for posting how you solved your problem! I'm glad to know that you found the issue, and this will be helpful to know. Perhaps we can mention/reinforce it in the documentation. Regards, J-P On Sunday, July 3, 2016 at 9:22:06 PM UTC+2, RAJAT ARORA wrote: > > Hello, > > This is b

[deal.II] Re: Error durind checkpoint / restart using parallel distributed solution transfer

2016-07-03 Thread RAJAT ARORA
Hello, This is because of the vector locally_owned_x. As per the documentation, during the serialization, the vector should be ghosted. If I make the change, the code works fine. On Sunday, July 3, 2016 at 2:52:57 PM UTC-4, RAJAT ARORA wrote: > > Hello all, > > I am trying to use the checkpoin