<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>
<div>
<div>Yes, ParaView will use the triangles to interpolate values between points. The interpolation you are getting is exactly as I would expect based on your data and topology. I'm not sure what you mean by "not [interpolating] in the x,y directions". The triangles
 are in the x-y plane and interpolation is happening in this x-y plane.</div>
</div>
</div>
<div><br>
</div>
<div>Moving into guesswork, I am imagining that you are expecting a smooth  and fairly straight contour at some distance from the buildings. The reason you don't see this is due to the representation in your data. I notice that your data contains only two values
 for "RadiationOnPerson." The value is either 0 or 205.7. Presumably there is some contour in space where this field discontinuously transitions from 0 to 205.7, but there is no way to accurately predict where that is from the data you are providing. Instead,
 ParaView is just linearly interpolating between these values, which is wrong but probably the best you can do with the data provided. The problem is made even worse by the irregular sampling of the field.</div>
<div><br>
</div>
<div>-Ken</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<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>Ruggiero Guida <<a href="mailto:ruggiero.guida@gmail.com">ruggiero.guida@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, September 25, 2014 at 10:44 PM<br>
<span style="font-weight:bold">To: </span>"<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>[EXTERNAL] [Paraview] Fwd: VTK interpolation help<br>
</div>
<div><br>
</div>
<div>
<div>
<div dir="ltr">
<div class="gmail_quote">
<div dir="ltr">Dear group,
<div><br>
</div>
<div>I hope I will be able to find an answer to my problem here. </div>
<div><br>
</div>
<div>I am not sure I understand how the interpolation works. I have generated a VTK file (attached) and I am trying to visualizing it in Paraview. The data represent the solar radiation on the ground around various buildings.</div>
<div><br>
</div>
<div>My algorithm calculates the radiation in each node of a constrained delauney triangulation. The plan is to visualize this in paraview to have a nice smooth fillled contour.</div>
<div><br>
</div>
<div>The image I get though, does not make sense to me; it seems that paraview is interpolating only within the triangles and not in the x,y directions. Am I missing something?</div>
<div><br>
</div>
<div>Thanks a lot for any help</div>
<span class="HOEnZb"><font color="#888888">
<div>Ruggiero</div>
</font></span></div>
</div>
<br>
</div>
</div>
</div>
</span>
</body>
</html>