On 10/22/24 01:38, 王艺康 wrote:
**

 I would like to ask a question, I have drawn a u-shaped tube and meshed it (hexahedral mesh). I also have a stl file of a real heart model. I want to use dealii to map the mesh of the u-shaped tube to the real model how do I do that or are there any tutorials I can borrow. I'm very grateful for any suggestions!

You will of course need some function y=f(x) that for every point x in your tube model returns the corresponding point in the heart model. If you have such a function, you can use
  GridTools::transform()
to transform one mesh into the other.

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                           www: http://www.math.colostate.edu/~bangerth/


--
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 on the web visit 
https://groups.google.com/d/msgid/dealii/72400c29-6c16-4ca5-a5ec-12103102f530%40colostate.edu.

Reply via email to