Re: [deal.II] copy_triangulation for a collection of triangulations

2016-08-18 Thread Wolfgang Bangerth
On 08/18/2016 03:34 PM, Chenchen Liu wrote: Why it does not work when I use a vector of triangulations? And any suggestions when using a collection of triangulations? The C++ standard says that what you can store in a std::vector needs to be copyable (because std::vector dynamically resizes h

[deal.II] copy_triangulation for a collection of triangulations

2016-08-18 Thread Chenchen Liu
Hi all, I am using multiple meshes in deal.ii, so that I need to read input files from Gmsh. For example, I have a collection of triangulations, e.g., tria_1, tria_2, ..., and tria_10. When I stay on a specific mesh, I need a corresponding triangulation. I used a vector to store all the triang