Page MenuHomec4science

nbodymodule.html
No OneTemporary

File Metadata

Created
Fri, May 24, 07:01

nbodymodule.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>the C nbody module &mdash; pNbody v4 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '4',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="pNbody v4 documentation" href="../index.html" />
<link rel="up" title="Reference" href="Reference.html" />
<link rel="prev" title="the cooling module" href="CoolingModule.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="../np-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="CoolingModule.html" title="the cooling module"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">pNbody v4 documentation</a> &raquo;</li>
<li><a href="Reference.html" accesskey="U">Reference</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="module-pNbody.nbodymodule">
<span id="the-c-nbody-module"></span><h1>the C nbody module<a class="headerlink" href="#module-pNbody.nbodymodule" title="Permalink to this headline"></a></h1>
<dl class="function">
<dt id="pNbody.nbodymodule.acceleration">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">acceleration</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.acceleration" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the acceleration at a given position, with a given softening.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.am">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">am</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.am" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the angular momentum of the model.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.ampmap">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">ampmap</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.ampmap" title="Permalink to this definition"></a></dt>
<dd><p>Return a map of amplitude of the given points.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.amxyz">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">amxyz</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.amxyz" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the angular momentum in x,y,z for all particles.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.convol">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">convol</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.convol" title="Permalink to this definition"></a></dt>
<dd><p>Return a 2d convolution of a with kernel b.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.epot">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">epot</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.epot" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the total potential energy.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.pamap">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">pamap</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.pamap" title="Permalink to this definition"></a></dt>
<dd><p>Return a map of the given points.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.pdmap">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">pdmap</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.pdmap" title="Permalink to this definition"></a></dt>
<dd><p>Return a ponderated map of the given points.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.perspective">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">perspective</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.perspective" title="Permalink to this definition"></a></dt>
<dd><p>Return a 3d projection of the given points.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.potential">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">potential</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.potential" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the potential at a given position, with a given softening.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.rotx">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">rotx</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.rotx" title="Permalink to this definition"></a></dt>
<dd><p>Rotation around the x axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.roty">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">roty</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.roty" title="Permalink to this definition"></a></dt>
<dd><p>Rotation around the y axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.rotz">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">rotz</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.rotz" title="Permalink to this definition"></a></dt>
<dd><p>Rotation around the z axis.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.samxyz">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">samxyz</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.samxyz" title="Permalink to this definition"></a></dt>
<dd><p>Calculate the specific angular momentum in x,y,z for all particles.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.sphmap">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">sphmap</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.sphmap" title="Permalink to this definition"></a></dt>
<dd><p>Return a sphmap of the given points.</p>
</dd></dl>
<dl class="function">
<dt id="pNbody.nbodymodule.spin">
<tt class="descclassname">pNbody.nbodymodule.</tt><tt class="descname">spin</tt><big>(</big><big>)</big><a class="headerlink" href="#pNbody.nbodymodule.spin" title="Permalink to this definition"></a></dt>
<dd><p>Spin the model around an axis.</p>
</dd></dl>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/icon-small.jpg" alt="Logo"/>
</a></p>
<h4>Previous topic</h4>
<p class="topless"><a href="CoolingModule.html"
title="previous chapter">the cooling module</a></p>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="../_sources/rst/nbodymodule.txt"
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" size="18" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="../py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="../np-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="CoolingModule.html" title="the cooling module"
>previous</a> |</li>
<li><a href="../index.html">pNbody v4 documentation</a> &raquo;</li>
<li><a href="Reference.html" >Reference</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2011, Yves Revaz.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
</div>
</body>
</html>

Event Timeline