<!-- iframe showing the search results (closed by default) -->
<divid="MSearchResultsWindow">
<iframesrc="javascript:void(0)"frameborder="0"
name="MSearchResults"id="MSearchResults">
</iframe>
</div>
<divclass="PageDoc"><divclass="header">
<divclass="headertitle">
<divclass="title">N-Body project </div></div>
</div><!--header-->
<divclass="contents">
<divclass="textblock"><p>Project in the case of the course of Parallel and High Performance Computing at EPFL - Ecole Polytechnique Fédérale de Lausanne.</p>
<h1><aclass="anchor"id="Description"></a>
Description</h1>
<p>The n-body problem aims at simulating a dynamical system of particles under the influence of physical forces. We’ll restrain on the gravity field applied on celestial bodies : </p><pclass="formulaDsp">
<p>where <imgclass="formulaInl"alt="$ G $"src="form_1.png"/> is the gravitational constant, <imgclass="formulaInl"alt="$ m_i $"src="form_2.png"/> and <imgclass="formulaInl"alt="$ m_j $"src="form_3.png"/> the masses of the <imgclass="formulaInl"alt="$ i $"src="form_4.png"/>-th and <imgclass="formulaInl"alt="$j$"src="form_5.png"/>-th bodies and <imgclass="formulaInl"alt="$ q_i $"src="form_6.png"/> and <imgclass="formulaInl"alt="$ q_j $"src="form_7.png"/> their positions.</p>
<h1><aclass="anchor"id="Implementation"></a>
Implementation</h1>
<p>The solution is implemented using Barnes-Hut algorithm and quadtree/octree data-structure. The particularity is that the user can choose differents parameters as define :</p><ul>
<li>NB_DIM : set at DIM_2 or DIM_3 to choose between 2D and 3D problem solution</li>
<li>NB_PARTICLES : number of particles</li>
<li>PRINT : save solution in csv file, at each time-step, to display solution animation in programs (e.g. paraview)</li>
<li>DELTA_T : time-step of each iteration </li>
</ul>
</div></div><!-- PageDoc -->
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">