[deal.II] Is it possible to copy_triangulation for fullydistributed with periodic face?

2020-06-11 Thread heena patel
Dear all, I am trying to solve semilagrangian advection problem? I have traingulation with periodic face. I wanted to copy_triangulation and trace back mesh. The thing is with *parallel distributed triangulation* it refuse to copy for refine mesh, that is written in docu

[deal.II] Re: Is it possible to copy_triangulation for fullydistributed with periodic face?

2020-06-11 Thread 'peterrum' via deal.II User Group
Dear Heena, may I ask you to be more specific regarding to parallel::fullydistributed::Triangualation (p:f:t) error. In the case of p:f:t you can copy indeed refined meshes, however users need to deal with periodicity on their own by applying the periodicy once again. See the following test:

Re: [deal.II] Re: Is it possible to copy_triangulation for fullydistributed with periodic face?

2020-06-11 Thread heena patel
Dear Peter, Thanks for the reply. It gives the following error *error: no matching function for call to ‘dealii::parallel::fullydistributed::Triangulation<2, 2>::Triangulation(ompi_communicator_t*&, dealii::Triangulation<2, 2>::MeshSmoothing)’is_periodic(is_periodic)

[deal.II] Xcode as an IDE for deal.II

2020-06-11 Thread Siva Nadarajah
Dear All, My group has been using deal.ii for the past two years. I just switched to using XCode. I have a problem where std::cout does write out to the console within Xcode, but I do see it when the code runs on command line. Any thoughts? Best Regards, Siva -- The deal.II project is located

Re: [deal.II] Finite Element Software deal.II Version 9.2.0 released

2020-06-11 Thread Wolfgang Bangerth
On 6/10/20 9:19 PM, Matthias Maier wrote: Version 9.2.0 of deal.II, the object-oriented finite element library awarded the J. H. Wilkinson Prize for Numerical Software, has been released. It is available for free under an Open Source license from the deal.II homepage at [...] All, the link to i