1) The ideal left ventricle is modelled as a semi-long-axis ellipse and I use gmsh to get the mesh of the ideal model. 2) I have a model of the real left ventricle, if I transform the surface point coordinates of the real model into a cylindrical coordinate system and then use the cylindrical coordinate system to move the ideal mesh I would like to enquire about the feasibility of this
On Wednesday, October 23, 2024 at 10:02:50 AM UTC+8 王艺康 wrote: > 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: bang...@colostate.edu >> 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 dealii+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/dealii/8fb1c023-eb4d-4087-b450-eac29c0108e0n%40googlegroups.com.