Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Fwd: Re: [Gmsh] storing elementary entities of physical group in a variable/list

Subject: CGAL users discussion list

List archive

[cgal-discuss] Fwd: Re: [Gmsh] storing elementary entities of physical group in a variable/list


Chronological Thread 
  • From: "julia.ute.fischer" <>
  • To: cgal-discuss <>
  • Subject: [cgal-discuss] Fwd: Re: [Gmsh] storing elementary entities of physical group in a variable/list
  • Date: Tue, 02 May 2017 11:43:01 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:8PjC/Bei2HBhChB7sp3kkFG5lGMj4u6mDksu8pMizoh2WeGdxcS+YB7h7PlgxGXEQZ/co6odzbGH7+a4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9GiTe5br5+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM3/nzZhM9wgqxFrx2uuwdyw4vIbIyPLvdyYr/RcNEcSGFcXshRTStBAoakYocBDeoBIOJYr4jnqFcUsBu+GRejCPnhyj9JnX/5wa063Po7EQ3IwQctGNAOsGnQrNX0LqgeS/21zLXWwjnZYfNW2Cz955TIch8/u/GBRr1wcc/LxkkuEwPJlEmfqYvgPz6M0OkGrmaV7+1lVe21im4nrRl8oj+pxsgyjonGnJkaxkrF9SV/zoY1Itu1Q1N4b968CJZcqT2WOo9sTs4hQ2xkojs2xqMFtJKhYSQHy4grywbBZ/CdbYSF7RDuWPyPLTp3gH9pYrOyiwu0/EO90OPzTNO030xPriddktnDqHQN1xvL58iCUPR9/0Oh1S+B1gDJ9u1IOE40mbfYJpI92LIwmZ0TsUPMHi/yhkr6lrOZdkIh+uSw6uTnZKvppoOEOoNqlg3zNr4il8+/DOgiLwQCQWuW9f6h2LDg4UH1WLBKgec3kqndvpDaP8MbpquhDg9Xz4Yj7xe/AC283NQFgXkIMkhJeByGj4jyJ17OIO73De2kjlSjlTdk3fHGPrn7DprRKXjDla/tfaxh5E5E1Aoz0ddf6opIBbEOOv3zXlb9u8HZDh8iLwO03v3nCM5m24MFWWOPB7eZP7nIvV+J4OIvOeiMa5UPtDbzMfh2r8Lp2HQ2kFtYcaiy1oYMczjsFftvJwCVYGHnn8waOWYMpAs3CuLw3g6sSzlWMjywQqY973cmFI/gA4bYTYCgmvbJiCWmGpxfIH1aBxaCEGzjd4iec/gJYSOWZMRml2pXBvCaV4Y92ET250fBwL19I7+M9w==




Sent from Meizu M2 Note

-------- Original message --------
Sender: Julia Fischer
<>
Time: Mon 5/1 23:25
To: "Boehm, Christian Hermann Kurt"
<>
Subject: Re: [Gmsh] storing elementary entities of physical group in a
variable/list




On 1 May 2017 at 10:01, Boehm, Christian Hermann Kurt
<>
wrote:

Hello everybody,

i wonder if something like this is possible, because whatever i try, it just
doesn't work :( :


SetFactory("OpenCASCADE");

...

Physical Surface("BasePlate", 1) = {1:6};


Physical Surface("Hole1", 2) = {7};


Physical Surface("Hole2", 3) = {8};


Physical Surface(1) += { BooleanDifference{ Surface{ 1:6 }; Delete; }{
Surface{ 7 }; Delete; } };

tmp[ ] = Physical Surface{1};         % I think here is the problem???


Physical Surface(1) += { BooleanDifference{ Surface{ tmp[ ] }; Delete; }{
Surface{ 8 }; Delete; } };

...


Or is there a better/smarter way to store the elementary entities making up a
physical group,

so that i can reference to them by using the physical group id ?


I hope you can unterstand my issue :).

Help is really appreciated!


Christian B.

Munich University of Applied Sciences





_______________________________________________
gmsh mailing list

http://onelab.info/mailman/listinfo/gmsh


Attachment: signature.txt
Description: Binary data



  • [cgal-discuss] Fwd: Re: [Gmsh] storing elementary entities of physical group in a variable/list, julia.ute.fischer, 05/02/2017

Archive powered by MHonArc 2.6.18.

Top of Page