﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARelease_Notes%2F2.46%2FPhysics%2FFluid_Simulation</id>
	<title>テンプレート:Release Notes/2.46/Physics/Fluid Simulation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%3ARelease_Notes%2F2.46%2FPhysics%2FFluid_Simulation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&amp;action=history"/>
	<updated>2026-04-24T13:52:56Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&amp;diff=58024&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&amp;diff=58024&amp;oldid=prev"/>
		<updated>2018-06-28T17:53:36Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 17:53時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&amp;diff=58023&amp;oldid=prev</id>
		<title>wiki&gt;Mindrones: Dev:Ref/Release Notes/2.46/Physics/Fluid Simulation moved to Template:Release Notes/2.46/Physics/Fluid Simulation: move to Template:</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&amp;diff=58023&amp;oldid=prev"/>
		<updated>2009-02-17T23:50:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/Dev:Ref/Release_Notes/2.46/Physics/Fluid_Simulation&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:Ref/Release Notes/2.46/Physics/Fluid Simulation&quot;&gt;Dev:Ref/Release Notes/2.46/Physics/Fluid Simulation&lt;/a&gt; moved to &lt;a href=&quot;/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88:Release_Notes/2.46/Physics/Fluid_Simulation&quot; title=&quot;テンプレート:Release Notes/2.46/Physics/Fluid Simulation&quot;&gt;Template:Release Notes/2.46/Physics/Fluid Simulation&lt;/a&gt;: move to Template:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Nils added OpenMP/multithreading support for fluids! See rev 12645! --[[User:Genscher|Genscher]] 15:04, 12 February 2008 (CET)&lt;br /&gt;
&lt;br /&gt;
Commit log of Nils:&lt;br /&gt;
&lt;br /&gt;
- Added OpenMP code, it is enabled by defining PARALLEL=1 for the elbeem&lt;br /&gt;
  compilation.  Currently, it is not yet active by default, but &lt;br /&gt;
  Genscher wanted to do some tests. &lt;br /&gt;
  It can be used to distribute the computation load onto multiple shared-&lt;br /&gt;
  memory CPUs by splitting the domain along the y-axis (assuming a &lt;br /&gt;
  gravity force along z). However, there is no load balancing: so&lt;br /&gt;
  if there's fluid only in one of the y-axis halves you will not get &lt;br /&gt;
  a speedup for 2 CPUs.  &lt;br /&gt;
&lt;br /&gt;
- Added a fix for the memory allocation bugs #7120 and #6775. In &lt;br /&gt;
  solver_init.cpp there are now several variables max___MemChunk &lt;br /&gt;
  (line 692+), that set upper limits for various systems. The same&lt;br /&gt;
  problem existed for mac &amp;amp; linux, but the limit is higher, so &lt;br /&gt;
  it probably went by undetected. The windows limit is currently 1GB,&lt;br /&gt;
  if the strange 700MB limit problems mentioned in the bug regports the &lt;br /&gt;
  bugs persist, this could be further reduced. For 64bit compilations &lt;br /&gt;
  this problem shouldn't exist anyway.&lt;br /&gt;
  What's still missing is a display of how much the resolution was &lt;br /&gt;
  reduced to fit into memory...&lt;br /&gt;
&lt;br /&gt;
- And some minor solver code cleanup.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Mindrones</name></author>
		
	</entry>
</feed>