Daniel, Thanks for confirming this.
Yep, I read that after getting error. Also, I was wrong that 3D can be done in the way I thought before. Actually the same thing has to be done as 2D for repeated manifolds except we use cylinders along different axes with the same direction. Best, Weixiong 在 2018年4月3日星期二 UTC-7下午2:37:33,Daniel Arndt写道: > > Weixiong, > > The initial description might be misleading. What I tried to do is >> repeatedly set manifolds for circles on X-Y plane. Now I use STL container >> to contain different pointers of SphericalManifold instance and >> correspondingly assign distinct manifold ids, it worked out. But it might >> be a non-smart way. See the attachment for a small demo of the geometry I >> created based on the idea. >> > from the documentation of CylindricalManifold( > https://www.dealii.org/developer/doxygen/deal.II/classCylindricalManifold.html > ): > "This function will throw a compile time exception whenever spacedim is > not equal to three." > Hence, you are clearly doing the right thing by using SphericalManifold > instead. > > Best, > Daniel > -- 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.
