Re: [deal.II] Triangulation.save() not working as expected

2016-07-08 Thread Bruno Turcksin
Rajat, On Friday, July 8, 2016 at 11:57:37 AM UTC-4, RAJAT ARORA wrote: > Here is the documentation > where > in the serializing section it says that serializing stores vertices and its > location. > I am confused if it do

[deal.II] Re: Triangulation.save() not working as expected

2016-07-08 Thread RAJAT ARORA
Hey Jean, Thanks for your reply. Yes I remember that issue as we discussed about it. Since that issue was only for one element, I also tried doing save() for more than one elements, it still does not work. I doubt it is related to that issue. As Timo has pointed below, he says that this is be

Re: [deal.II] Re: Deal.II does not pass quick tests after installation

2016-07-08 Thread David Wells
Mr. Nguyen, Well, this is awkward. I looked over your files carefully and I see nothing unusual in the configuration. CMake definitely, at some point, recognizes that it needs to link against libpthread but it never seems to do it. I really hope that we can figure this out because it is probabl

Re: [deal.II] Triangulation.save() not working as expected

2016-07-08 Thread RAJAT ARORA
Hey Timo, Thanks for your prompt reply. Here is the documentation where in the serializing section it says that serializing stores vertices and its location. I am confused if it does store vertex locations now. Also, I

Re: [deal.II] Triangulation.save() not working as expected

2016-07-08 Thread Timo Heister
> I am observing some strange behavior with > Parallel::distributed::triangulation::save(const * char) function. > > I make a triangulation and then move its vertices and then save it to a > file. Yes, save () only saves the refinement information from the base mesh and nothing else (not the coa

[deal.II] Re: Triangulation.save() not working as expected

2016-07-08 Thread Jean-Paul Pelteret
Hi Rajat, I suspect that this might be related to this issue , but we should wait for confirmation from someone with more knowledge on how the triangulation class works. Regards, J-P On Friday, July 8, 2016 at 9:56:07 AM UTC+2, RAJAT ARORA wrote:

[deal.II] Triangulation.save() not working as expected

2016-07-08 Thread RAJAT ARORA
Hello all, I am observing some strange behavior with Parallel::distributed::triangulation::save(const * char) function. I make a triangulation and then move its vertices and then save it to a file. After saving the triangulation and I load it in a different function. However, this loaded t