Assumed I would like to move this cylinder such that the symmetry axis is at y = 0.5 with a radius of 0.5 and a x range from 0 to 1, is it then still possible to first create the cylinder with cylinder(triangulation, 0.5, 0.5) and then apply a transformation for moving it? That would make the integration into my program significantly easier. Thanks!
Am Mittwoch, 23. Mai 2018 14:26:12 UTC+2 schrieb Bruno Turcksin: > > Hi, > > On Wednesday, May 23, 2018 at 3:46:38 AM UTC-4, Maxi Miller wrote: >> >> I tried to implement the static heat equation in cylindrical coordinates >> on a 2d-plane, while being radially symmetric at x = 0. That leads me to >> the following weak formulation of the problem (while neglecting the factor >> 2\pi): >> > Why don't you write your equation like usual, i.e. Cartesian version, and > then use the cylinder grid generator > <http://dealii.org/9.0.0/doxygen/deal.II/namespaceGridGenerator.html#a5cdda7b4a76d509af7d1a8dc1320ddb0> > > ? > > Best, > > Bruno > -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
