ICEM is a mesh drawing software under ANSYS, as our laboratory uses it to draw meshes. I have looked online and found that Gmsh is used to draw grids, coupled with deal.ii . May I ask if I should continue using ICEM or go online to learn Gmsh. QAQ 在2025年6月23日星期一 UTC+8 01:05:17<Wolfgang Bangerth> 写道:
> On 6/21/25 00:25, d h h d sjsnsnb wrote: > > ** > > > > Hello everyone, I am currently researching the topic of electromagnetic > > stirring of molten steel. How can I get started with deal.ii and quickly > start > > my research project. > > deal.II has excellent documentation. A good starting point is > https://dealii.org/current_release/ > and in particular the many tutorials and video lectures. These provide the > entry point for nearly everyone starting with deal.II. > > > > And may I ask how to use ICEM to draw a grid and import > > it into deal.ii. > > I don't know what ICEM is, but assuming it is a mesh generator, it will > likely > have the ability to export meshes in a format that the GridIn class can > read: > https://dealii.org/developer/doxygen/deal.II/classGridIn.html > > Best > W. > -- 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]. To view this discussion visit https://groups.google.com/d/msgid/dealii/e906ef1b-e308-4c56-9a6f-5584e8da25d8n%40googlegroups.com.
