Re: [deal.II] Re: Set up boundary id in gmsh

2020-08-05 Thread Bruno Blais
The pleasure is mine. You will find that people the deal.II community are very helpfull :)! On Wednesday, 5 August 2020 22:44:11 UTC-4, yuesu jin wrote: > > Dear Bruno, > Thank you very much!!! This solved my problem. This is very helpful! > Best regards, > Yuesu > > On Wed, Aug 5, 2020 at

Re: [deal.II] Re: Set up boundary id in gmsh

2020-08-05 Thread yuesu jin
Dear Bruno, Thank you very much!!! This solved my problem. This is very helpful! Best regards, Yuesu On Wed, Aug 5, 2020 at 9:33 PM Bruno Blais wrote: > The best way to proceed is to set the boundary conditions using Physical > Entities in GMSH. > An example is always better. For example, the

[deal.II] Re: Set up boundary id in gmsh

2020-08-05 Thread Bruno Blais
The best way to proceed is to set the boundary conditions using Physical Entities in GMSH. An example is always better. For example, the following GMSH code : lc = 2.0e-1; lf = 2.0e-1; RO=1; RI=0.25; Point(0) = {0, 0, 0, lc}; Point(1) = {RO, 0, 0, lc}; Point(2) = {0, -RO , 0, lc};