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] 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: