<div dir="ltr"><div>Hmm, I did not know this. I thought it was Ken Moreland because he seems to know everything ParaView/VTK+Sandia related :)<br><br></div>Thanks for the lead though!<br></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Mon, Oct 7, 2013 at 1:17 PM, Scott, W Alan <span dir="ltr"><<a href="mailto:wascott@sandia.gov" target="_blank">wascott@sandia.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Andy,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">I bet you already know this, but I believe that David Thompson is the most knowledgeable person with regards to that reader.
<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Alan<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal" style="margin-left:.5in"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:vtk-developers-bounces@vtk.org" target="_blank">vtk-developers-bounces@vtk.org</a> [mailto:<a href="mailto:vtk-developers-bounces@vtk.org" target="_blank">vtk-developers-bounces@vtk.org</a>]
<b>On Behalf Of </b>Andy Bauer<br>
<b>Sent:</b> Friday, October 04, 2013 3:15 PM<br>
<b>To:</b> VTK Developers<br>
<b>Subject:</b> [EXTERNAL] [vtk-developers] inconsistencies in vtkExodusIIReader<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal" style="margin-left:.5in"><u></u> <u></u></p>
<div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
Hi,<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
I'm a bit confused with the ExodusII reader between the sets and the arrays of sets. I'm wondering if the following is a bug or a lack of my understanding. To set the SIDE_SET status it does the following in the header file using the SetObjectStatus() method:<br>
<br>
void SetSideSetArrayStatus(const char* name, int flag)<br>
{ this->SetObjectStatus(SIDE_SET, name, flag); }<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
For the SetAllArrayStatus() method, if I call that with otyp = SIDE_SET it looks like it wants to use the SetObjectArrayStatusMethod() through the following:<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:.5in">void vtkExodusIIReader::SetAllArrayStatus( int otyp, int status )<br>
{<br>
int numObj;<br>
int i;<br>
switch ( otyp )<br>
{<br>
case EDGE_BLOCK_CONN:<br>
case FACE_BLOCK_CONN:<br>
case ELEM_BLOCK_ELEM_CONN:<br>
case NODE_SET_CONN:<br>
case EDGE_SET_CONN:<br>
case FACE_SET_CONN:<br>
case SIDE_SET_CONN:<br>
case ELEM_SET_CONN:<br>
numObj = this->GetNumberOfObjects( otyp );<br>
for ( i = 0; i < numObj; ++i )<br>
{<br>
this->SetObjectStatus( otyp, i, status );<br>
}<br>
break;<br>
case NODAL:<br>
case GLOBAL:<br>
case EDGE_BLOCK:<br>
case FACE_BLOCK:<br>
case ELEM_BLOCK:<br>
case NODE_SET:<br>
case EDGE_SET:<br>
case FACE_SET:<br>
case SIDE_SET:<br>
case ELEM_SET:<br>
numObj = this->GetNumberOfObjectArrays( otyp );<br>
for ( i = 0; i < numObj; ++i )<br>
{<br>
this->SetObjectArrayStatus( otyp, i, status );<br>
}<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:.5in"> break;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
...<br>
<br>
<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-left:.5in"><u></u> <u></u></p>
</div>
<p class="MsoNormal" style="margin-left:.5in">In my testing using Python, the r.SetAllArrayStatus(r.SIDE_SET, 1) call doesn't load any side sets even though I was expecting it to.<br>
<br>
Thanks,<br>
Andy<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in">
<u></u> <u></u></p>
</div>
</div>
</div>
</div></div></div>
</div>
</blockquote></div><br></div>