<div dir="ltr">Thank you for the answer. Best regards. jay</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 2, 2015 at 12:05 AM, Moreland, Kenneth <span dir="ltr"><<a href="mailto:kmorel@sandia.gov" target="_blank">kmorel@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 style="word-wrap:break-word;color:rgb(0,0,0);font-size:14px;font-family:Calibri,sans-serif">
<div>
<div>
<div>If I understand your question correctly, you are basically trying to take arrays computed from two different time steps and then add them together. This is (intentionally made) difficult in ParaView because ParaView makes sure that the time from the data
 is consistent across all data sets. Things would get pretty confusing otherwise.</div>
</div>
</div>
<div><br>
</div>
<div>That said, you should be able to hack what you want using the "Temporal Shift Scale" filter, which can mangle the time of a data set to be different than the global time. The following procedure should work.</div>
<div><br>
</div>
<div>1. Starting with your data loaded into ParaView. Let's say the data is coming from a pipeline object named OriginalData.</div>
<div>2. Set ParaView to be at animation time 2.</div>
<div>3. Add the calculator filter and create your result1 array.</div>
<div>4. Add the Temporal Shift Scale filter directly to OriginalData (not the calculator filter). Shift the time by 2.</div>
<div>5. Add a calculator filter to the Temporal Shift Scale filter and create the result2 array.</div>
<div>6. Use the Append Attributes filter with the two calculator filters as input.</div>
<div>7. You can then take the sum of result1 and result2 with the data from Append Attributes.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span>
<div style="font-family:Calibri;font-size:11pt;text-align:left;color:black;BORDER-BOTTOM:medium none;BORDER-LEFT:medium none;PADDING-BOTTOM:0in;PADDING-LEFT:0in;PADDING-RIGHT:0in;BORDER-TOP:#b5c4df 1pt solid;BORDER-RIGHT:medium none;PADDING-TOP:3pt">
<span style="font-weight:bold">From: </span>Jay Romero <<a href="mailto:jayreno33@gmail.com" target="_blank">jayreno33@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Tuesday, March 31, 2015 at 10:01 PM<span class=""><br>
<span style="font-weight:bold">To: </span>ParaView Mailing List <<a href="mailto:paraview@paraview.org" target="_blank">paraview@paraview.org</a>><br>
</span><span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Sum two data array in paraview<br>
</div><span class="">
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div style="font-size:12.8000001907349px">Hello</div>
<div style="font-size:12.8000001907349px"><br>
</div>
<div style="font-size:12.8000001907349px">I want to use calculator or Python shell to sum two data arrays in paraview.</div>
<div style="font-size:12.8000001907349px">In the calculator: </div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">At time dt =2, I create an array: result1 = pressure</span><span style="font-size:12.8000001907349px">* 2.</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">For next animation time, dt = 4:</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">I create an array: result2 = pressure*4</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">What I find that the result1 array has changed at time step =4. </span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">How I can retain original result1 array when I change the animation time to dt=4.</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br>
</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">This way I want to take sum of result1 and result2 at two different time steps.</span></div>
<div style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px"><br>
</span></div>
<div style="font-size:12.8000001907349px">How we can achieve it in paraview?</div>
<div style="font-size:12.8000001907349px"><br>
</div>
<div style="font-size:12.8000001907349px">Best regards</div>
<div style="font-size:12.8000001907349px">Jay Reno</div>
</div>
</div>
</div>
</span></span>
</div>

</blockquote></div><br></div>