Dear Prof Wolfgang Thank you very much for your advice! I don't have a function for this mapping relationship, I just have two such models now (a simple u-tube and a real left ventricle), what should I do if this is the case. Thanks a lot!
On Wednesday, October 23, 2024 at 2:01:52 AM UTC+8 Wolfgang Bangerth wrote: > 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/9d88ba5e-0671-40eb-8173-28d104ab6043n%40googlegroups.com.
