Hey Stephane, > I have a problem when using GridGenerator::cylinder_shell. I have a mesh > and when I refine it I want to have a cylinder but when the code runs I > have a seg fault with GridGenerator::cylinder_shell :(
The first thing to try is to run the code in debug mode (and run in gdb if that doesn't help). My guess is that your triangulation is not empty when you are calling this function. -- Timo Heister http://num.math.uni-goettingen.de/~heister _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
