<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: TBB execution_graph - Part 4: Introducing parallel_set_for</title>
	<atom:link href="http://blogs.yetisim.org/2008/01/30/tbb-execution_graph-part-4-introducing-parallel_set_for/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.yetisim.org/2008/01/30/tbb-execution_graph-part-4-introducing-parallel_set_for/</link>
	<description>Blogs about simulation and developing YetiSim.</description>
	<pubDate>Tue, 06 Jan 2009 21:43:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Kevin Farnham</title>
		<link>http://blogs.yetisim.org/2008/01/30/tbb-execution_graph-part-4-introducing-parallel_set_for/#comment-14</link>
		<dc:creator>Kevin Farnham</dc:creator>
		<pubDate>Sun, 10 Feb 2008 22:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.yetisim.org/2008/01/30/tbb-execution_graph-part-4-introducing-parallel_set_for/#comment-14</guid>
		<description>What you are talking about here is a frequently occurring problem, in my experience as a scientific programmer. You have a data set that evolves, but the evolution is concentrated within specific regions of the entire data set. So, to perform a complex analysis over the entire data set is wasteful. If the algorithm could pinpoint those regions of data which require highly precise analysis, then the majority of computations could be focussed on those data regions, while less precise glosses could be applied to the data regions that are insignificantly affected.</description>
		<content:encoded><![CDATA[<p>What you are talking about here is a frequently occurring problem, in my experience as a scientific programmer. You have a data set that evolves, but the evolution is concentrated within specific regions of the entire data set. So, to perform a complex analysis over the entire data set is wasteful. If the algorithm could pinpoint those regions of data which require highly precise analysis, then the majority of computations could be focussed on those data regions, while less precise glosses could be applied to the data regions that are insignificantly affected.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
