Kyusik,

On Wednesday, August 31, 2016 at 10:45:08 AM UTC-4, Jean-Paul Pelteret 
wrote:
>
>
> You welcome :-) No, deal.II only supports quads/hexes 
> <https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions#can-i-useimplement-trianglestetrahedra-in-dealii>
>  so 
> you cannot use prisms. However, since meshing an object with a circular 
> cross section with a structured mesh is not particularly difficult 
> <http://www.asergeev.com/files/qatar/openfoam/cases/courant/mesh.jpg>, I 
> don't think that this should be particularly challenging for you to fix. 
>
You can use GridGenerator::torus 
(http://dealii.org/8.4.1/doxygen/deal.II/namespaceGridGenerator.html#a71cf8f32c898246be99b1130bf05704b)
 
Note that if you are using the development version of deal.II there is a 
Torus manifold 
(http://dealii.org/developer/doxygen/deal.II/namespaceGridGenerator.html#a706244fbc35b96c34ef6065cd047dc32)

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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to