Re: [deal.II] repartition of parallel::shared::Triangulation

2016-07-10 Thread Ce Qin
Dear Wolfgang, > Yes, indeed. Can you open a bug at > https://github.com/dealii/dealii/issues > for this? Any help in fixing this would of course be much appreciated! > > I have opened an issue at #2798 . I will try to fix it. Best regards, Ce Qin

Re: [deal.II] repartition of parallel::shared::Triangulation

2016-07-10 Thread Wolfgang Bangerth
Ce, When a shared::Triangulation is copied, the partition information is lost. The triangulation is on an invalid state. I think we should reimplement the *copy_triangulation* function that do the partition operation after the data is copied. Yes, indeed. Can you open a bug at https://githu

[deal.II] repartition of parallel::shared::Triangulation

2016-07-10 Thread Ce Qin
Dear all, When a shared::Triangulation is copied, the partition information is lost. The triangulation is on an invalid state. I think we should reimplement the *copy_triangulation* function that do the partition operation after the data is copied. I also have a suggestion that we can add a virtu