Re: [deal.II] Re: gmsh imported into dealii

2024-06-13 Thread Luca Heltai
Do you have gmsh api installed? If you do, there is another function with the same name, where you can specify labels to assign interior manifold ids explicitly, and set the interior boundary id to “-1”. There is an example in the documentation on how to do this. LucaIl giorno 14 giu 2024, alle ore

Re: [deal.II] Re: gmsh imported into dealii

2024-06-13 Thread 王艺康
I tried to do this, but it was still wrong. I draw the interface of the fluid-solid coupling without imposing any physical labels. It still doesn't pass the Gridin On Friday, June 14, 2024 at 10:28:41 AM UTC+8 hkch...@gmail.com wrote: > You should not add Physical Surface("inner wall surface",

Re: [deal.II] Re: gmsh imported into dealii

2024-06-13 Thread 陈敏
You should not add Physical Surface("inner wall surface", 776) of interface in gmsh, This interface can be determined by the step-46, this is the drawback of dealii as I know. 王艺康 于2024年6月13日周四 14:27写道: > Hello, > Sure. I just use GridIN to read the grid. > > using namespace dealii; > void ru

Re: [deal.II] Re: gmsh imported into dealii

2024-06-12 Thread blais...@gmail.com
Can you provide the GMSH code and a small executable that tries to achieve what you are doing? I can take a look and figure out what is the issue :) On Wednesday, June 12, 2024 at 3:08:19 a.m. UTC-4 yikangw...@gmail.com wrote: > Hollo, > I tried your suggestion but dealii still reports an erro

Re: [deal.II] Re: gmsh imported into dealii

2024-06-12 Thread 王艺康
Hollo, I tried your suggestion but dealii still reports an error. I don't think it has anything to do with the grid type, it also errors when I only use Gridin. Wang On Friday, June 7, 2024 at 11:32:16 PM UTC+8 blais...@gmail.com wrote: > Loading a tet mesh works if you set-up your Mapping/FE

Re: [deal.II] Re: gmsh imported into dealii

2024-06-07 Thread blais...@gmail.com
Loading a tet mesh works if you set-up your Mapping/FE accordingly, this is a feature we use extensively. On Wednesday, June 5, 2024 at 1:28:20 p.m. UTC+1 bruno.t...@gmail.com wrote: > Wang, > > Are you loading a hex mesh or a tet mesh? I don't know if loading a tet > mesh works. > > Best, > >

Re: [deal.II] Re: gmsh imported into dealii

2024-06-04 Thread Bruno Turcksin
Wang, Do you have a geo file that describes the geometry? Can you remove the "Physical Surface" lines in the geo file and regenerate the mesh. Best, Bruno Le mar. 4 juin 2024 à 10:13, 王艺康 a écrit : > Hello, > Thank you very much for your reply. That's what I thought at first, but I > was wron

[deal.II] Re: gmsh imported into dealii

2024-06-04 Thread 王艺康
Hello, Thank you very much for your reply. That's what I thought at first, but I was wrong, when I removed the corresponding physical group it was still the same error. I think gmsh automatically sets the coupling interface to solid when drawing the model body mesh, but I don't know how to chang

[deal.II] Re: gmsh imported into dealii

2024-06-04 Thread Bruno Turcksin
Hello, Deal.II associates the physical group of a face with a boundary id. You need to remove the physical group that are associated with interior faces. Best, Bruno On Tuesday, June 4, 2024 at 3:28:05 AM UTC-4 yikangw...@gmail.com wrote: > I drew the model in gmsh but importing to dealii is