2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-14 00:52:07 +00:00
Files
odeint/doc/boost_sandbox_numeric_odeint/tutorial/all_examples.html
Karsten Ahnert d4579808d2 added docs
2011-07-18 18:29:05 +02:00

155 lines
5.3 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>All examples</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../index.html" title="Chapter&#160;1.&#160;boost.sandbox.numeric.odeint">
<link rel="up" href="../tutorial.html" title="Tutorial">
<link rel="prev" href="odeint_in_detail.html" title="Odeint in detail">
<link rel="next" href="references.html" title="References">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr><td valign="top"></td></tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="odeint_in_detail.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorial.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="references.html"><img src="../../images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="boost_sandbox_numeric_odeint.tutorial.all_examples"></a><a class="link" href="all_examples.html" title="All examples">All
examples</a>
</h3></div></div></div>
<p>
The following table gives an overview over all examples.
</p>
<div class="table">
<a name="id597018"></a><p class="title"><b>Table&#160;1.3.&#160;Examples Overview</b></p>
<div class="table-contents"><table class="table" summary="Examples Overview">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
File
</p>
</th>
<th>
<p>
Brief Description
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
<a href="../../../../examples/harmonic_oscillator.cpp" target="_top">harmonic_oscillator.coo</a>
</p>
</td>
<td>
<p>
The harmonic oscillator examples gives a brief introduction to
odeint and shows the usage of the classical Runge-Kutta-solvers.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/solar_system.cpp" target="_top">solar_system.cpp</a>
</p>
</td>
<td>
<p>
The solar system example shows the usage of the symplectic solvers.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/stiff_system.cpp" target="_top">stiff_system.cpp</a>
</p>
</td>
<td>
<p>
The stiff system example shows the usage of the stiff solvers using
the Jacobian of the system function.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/stuart_landau.cpp" target="_top">stuart_landau.cpp</a>
</p>
</td>
<td>
<p>
The Stuart-Landau example shows how odeint can be used with complex
state types.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/fpu.cpp" target="_top">fpu.cpp</a>
</p>
</td>
<td>
<p>
The Fermi-Pasta-Ulam (FPU) example shows how odeint can be used
to integrate lattice systems.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/phase_oscillator_ensemble.cpp" target="_top">phase_oscillator_ensemble.cpp</a>
</p>
</td>
<td>
<p>
The phase oscillator ensemble example shows how globally coupled
oscillators can be analyzed and how statistical measures can be
computed during integration.
</p>
</td>
</tr>
<tr>
<td>
<p>
<a href="../../../../examples/thrust/phase_osc_chain.cu" target="_top">phase_osc_chain.cu</a>
</p>
</td>
<td>
<p>
tba.
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break">
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2009 -2011 Karsten Ahnert and Mario Mulansky<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="odeint_in_detail.html"><img src="../../images/prev.png" alt="Prev"></a><a accesskey="u" href="../tutorial.html"><img src="../../images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../images/home.png" alt="Home"></a><a accesskey="n" href="references.html"><img src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>