Hi all,

I was playing around with different domains and one of the ones I tried was
the
GridGenerator::cylinder(triangulation,1.,1.);
I was suprised when I looked at the results that instead of a cylinder I
obtained a brick.
To verify this I simply took step-4.cc and replaced
GridGenerator::hyper_cube (triangulation, -1, 1);
by
GridGenerator::cylinder(triangulation,1.,1.);
and again the domain comes out as a brick.

Is there something I am doing wrong or might this be a bug in the code?

Best,
Martin

-- 
Martin Stoll
Postdoctoral Research Fellow

Computational Methods in Systems and Control Theory
Max Planck Institute for Dynamics of Complex Technical Systems
Sandtorstr. 1, D-39106 Magdeburg,Germany
Email: [email protected] <[email protected]>
URL: http://www.mpi-magdeburg.mpg.de/mpcsc/stollm/

Tel :+49 391 6110 805
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii

Reply via email to