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