[deal.II] Re: Issues related to usage of parallel::fullydistributed::triangulation

2021-10-05 Thread Aditya Pratap Singh
I have tried to make changes according to the link provided in past replies but still getting the undefined reference error ! I have attached the modified code herein for reference. If anyone can suggest something, it will be great help. On Friday, 1 October 2021 at 12:14:56 UTC+2 Aditya

[deal.II] Re: Issues related to usage of parallel::fullydistributed::triangulation

2021-10-01 Thread Aditya Pratap Singh
Hi, This may help in solving the problem for this particular example but for my main code, as I said I want to work with p:f:t triangulation for efficiently working with large meshes. Is that we can't use p:f:t in member functions like collect_periodic_faces and have to use

[deal.II] Re: Issues related to usage of parallel::fullydistributed::triangulation

2021-09-30 Thread 'peterrum' via deal.II User Group
Just replace `dealii::parallel::fullydistributed::Triangulation` by `dealii::Triangulation` within `Check_meshPeriodicity()` . I think that should work. https://www.dealii.org/developer/doxygen/deal.II/namespaceTriangulationDescription_1_1Utilities.html#af575881c2cf233fe6f85d1a3a65a73f6 and