FYI<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Jane Hu</b> <span dir="ltr">&lt;<a href="mailto:janejhu@gmail.com">janejhu@gmail.com</a>&gt;</span><br>Date: Thu, Sep 1, 2011 at 12:01 PM<br>
Subject: Re: [cgma-dev] Multiple &quot;TopologyBridge&quot;s under one merged &quot;RefEntity&quot;<br>To: Hong-Jun Kim &lt;<a href="mailto:hongjun@mcs.anl.gov">hongjun@mcs.anl.gov</a>&gt;<br><br><br>I just chatted with Jason and learned two things:<br>
<br>Jason, Please correct me if I understood wrong.<br><br>1. When getting one of the merged geometries, cubit10.2 kept the RefEntity and its sense for both geometries. So you can do keep your mesh. While cubit12 use their own RefEntities and senses for each geometry, so you may end up with reversed mesh loops. Each geometry entity or TopologyBridge remain the same, hopefully your mesh won&#39;t need to know details about them.<br>

<br>2. Our <a href="https://svn.mcs.anl.gov/repos/ITAPS/cgm/branches/cubit/" target="_blank">https://svn.mcs.anl.gov/repos/ITAPS/cgm/branches/cubit/</a> directory is now cubit code for version 12, we don&#39;t have a clean branch for cubit10.2. Although we need all our code for 10.2, when make with --with-cubit option, it only used limited stuff from our code, mainly the header files. r4775 is the one we merged our code to cubit12, so before it should be all cubit10 code. Please use code changes before r4775 for your build.<br>
<font color="#888888">
<br>Jane</font><div><div></div><div class="h5"><br><br><div class="gmail_quote">On Thu, Sep 1, 2011 at 10:49 AM, Hong-Jun Kim <span dir="ltr">&lt;<a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Tim recommended to use CGM with cubit 10.2 for this problem because it is hard to fix it not modifying core part of CGM.<br>
<br>
So, it looks CGM r5026 is the latest version with cubit 10.2 and then is it the best way to use this revision?<br>
Otherwise, is there any branch for cubit 10.2 in repository?<br>
Thanks.<br>
<div><br>
Hong-Jun<br>
<br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Jane Hu&quot; &lt;<a href="mailto:janejhu@gmail.com" target="_blank">janejhu@gmail.com</a>&gt;<br>
&gt; To: &quot;Hong-Jun Kim&quot; &lt;<a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a>&gt;<br>
</div><div><div></div><div>&gt; Sent: Wednesday, August 31, 2011 9:50:52 AM<br>
&gt; Subject: Re: [cgma-dev] Multiple &quot;TopologyBridge&quot;s under one merged &quot;RefEntity&quot;<br>
&gt; Before you send to different processors, can you detect the sense<br>
&gt; difference, and give a correct loop direction for it?<br>
&gt;<br>
&gt; Jane<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Aug 30, 2011 at 12:33 PM, Hong-Jun Kim &lt; <a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a> &gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; My parallel mesher pre-meshs interface shared region and sends the<br>
&gt; mesh information to proper places in processors.<br>
&gt; If the shared geometries in different processors have different<br>
&gt; geometry directions, their mesh loop directions are confused.<br>
&gt;<br>
&gt; This problem happens only for &quot;scatter&quot; geometry distribution method<br>
&gt; not for other methods like &quot;broadcast and delete&quot;, then I am comparing<br>
&gt; where the problems come from.<br>
&gt;<br>
&gt; Thanks for your comment.<br>
&gt;<br>
&gt; Hong-Jun<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ----- Original Message -----<br>
&gt; &gt; From: &quot;Jane Hu&quot; &lt; <a href="mailto:janejhu@gmail.com" target="_blank">janejhu@gmail.com</a> &gt;<br>
&gt; &gt; To: &quot;Hong-Jun Kim&quot; &lt; <a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a> &gt;<br>
&gt; &gt; Sent: Tuesday, August 30, 2011 10:55:25 AM<br>
&gt; &gt; Subject: Re: [cgma-dev] Multiple &quot;TopologyBridge&quot;s under one merged<br>
&gt; &gt; &quot;RefEntity&quot;<br>
&gt; &gt; Can I ask you why do you want to make the TopologyBridges still<br>
&gt; &gt; using<br>
&gt; &gt; the same edge direction? My 2-cent opinion is that each geometry by<br>
&gt; &gt; itself is consistent for its own senses, and for mesh purpose, I<br>
&gt; &gt; think<br>
&gt; &gt; you may go ahead mesh each one, just make sure the merged entity has<br>
&gt; &gt; the same mesh setting. Then when the meshed parts are going to be<br>
&gt; &gt; put<br>
&gt; &gt; together, you need to take special care if the TopoBridges are<br>
&gt; &gt; opposite senses, the parameters you are going to be merged should<br>
&gt; &gt; reverse too, or in other word, I think after parallel mesh, we need<br>
&gt; &gt; to<br>
&gt; &gt; rematch the nodes and connectivity on merged curves and faces.<br>
&gt; &gt;<br>
&gt; &gt; Jane<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Mon, Aug 29, 2011 at 3:16 PM, Hong-Jun Kim &lt; <a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Hi, all<br>
&gt; &gt;<br>
&gt; &gt; When I scatter geometries in parallel meshing, I need the merged<br>
&gt; &gt; geometry edges have the same geometry directions in every processor.<br>
&gt; &gt;<br>
&gt; &gt; However, since there are multiple &quot;TopologyBridge&quot;s under one merged<br>
&gt; &gt; &quot;RefEntity&quot;, different TopologyBridge entities are scattered to<br>
&gt; &gt; processors and it makes inconsistent geometry edge direction.<br>
&gt; &gt;<br>
&gt; &gt; So, can I ask if there is any way forcing to export the same<br>
&gt; &gt; TopologyBridge entities for all merged entities?<br>
&gt; &gt;<br>
&gt; &gt; Moreover, &quot;CAMergePartner&quot; attribute is not used any more?<br>
&gt; &gt;<br>
&gt; &gt; Thanks.<br>
&gt; &gt;<br>
&gt; &gt; -----------------------------<br>
&gt; &gt; Hong-Jun Kim<br>
&gt; &gt; Post-doc researcher<br>
&gt; &gt; MCS, Argonne National Laboratory<br>
&gt; &gt; 9700 S. Cass Ave. B240/R2147<br>
&gt; &gt; Argonne, IL 60439<br>
&gt; &gt; <a href="tel:630-252-4791" value="+16302524791" target="_blank">630-252-4791</a><br>
&gt; &gt; <a href="mailto:hongjun@mcs.anl.gov" target="_blank">hongjun@mcs.anl.gov</a><br>
&gt; &gt; -----------------------------<br>
</div></div></blockquote></div><br>
</div></div></div><br>