Dear Ehsan You can find similar examples in step-54 <https://dealii.org/developer/doxygen/deal.II/step_54.html> (Using CAD files to describe the boundary of your domain) and step-49 <https://dealii.org/developer/doxygen/deal.II/step_49.html> (Advanced mesh creation and manipulation techniques).
Regards Pasha On Friday, February 24, 2017 at 10:46:02 PM UTC+3:30, Ehsan Nedaaee wrote: > > Dear Dealii Users > > I am going to numerically solve a system of PDEs in a 3D domain with > complex boundaries. The > domain is plotted using CAD, and I would like to import such domain into > dealii, then using deal > procedures to make 3D mesh and refine it. I think I should first generate > a mesh on the boundaries > of the domain then extrude a 3D mesh using them. I am going to do that but > because I am new with dealii, > I face some difficulties. It would be nice if I could have a sample code > which > do something like this, in order to learn how to fix my problems. > > Thank you in advance > > Ehsan > > -- 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.
