https://github.com/kichiki/libstokes
Revision 22e675de6ef7cca3aace3ccea75596e0fc8acee0 authored by kengo ichiki on 24 February 2013, 08:23:39 UTC, committed by kengo ichiki on 24 February 2013, 08:23:39 UTC
0 parent
Raw File
Tip revision: 22e675de6ef7cca3aace3ccea75596e0fc8acee0 authored by kengo ichiki on 24 February 2013, 08:23:39 UTC
Create gh-pages branch via GitHub
Tip revision: 22e675d
index.html
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <title>libstokes by kichiki</title>
    <link rel="stylesheet" href="stylesheets/styles.css">
    <link rel="stylesheet" href="stylesheets/pygment_trac.css">
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script src="javascripts/respond.js"></script>
    <!--[if lt IE 9]>
      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <!--[if lt IE 8]>
    <link rel="stylesheet" href="stylesheets/ie.css">
    <![endif]-->
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">

  </head>
  <body>
      <div id="header">
        <nav>
          <li class="fork"><a href="https://github.com/kichiki/libstokes">View On GitHub</a></li>
          <li class="downloads"><a href="https://github.com/kichiki/libstokes/zipball/master">ZIP</a></li>
          <li class="downloads"><a href="https://github.com/kichiki/libstokes/tarball/master">TAR</a></li>
          <li class="title">DOWNLOADS</li>
        </nav>
      </div><!-- end header -->

    <div class="wrapper">

      <section>
        <div id="title">
          <h1>libstokes</h1>
          <p>library for Stokesian dynamics</p>
          <hr>
          <span class="credits left">Project maintained by <a href="https://github.com/kichiki">kichiki</a></span>
          <span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
        </div>

        <h3>Welcome to libstokes Pages.</h3>

<p><a href="http://kichiki.github.com/ryuon/libstokes/">libstokes</a> contains functions to solve resistance and mobility problems under the periodic boundary condition with F, FT, and FTS versions for full 3D as well as semi-2D (monolayer) configurations. For each of them, there are two functions, with or without lubrication correction. For mobility problem, also fixed particles can be handled.</p>

<h3>about RYUON project</h3>

<p><a href="http://kichiki.github.com/ryuon/libstokes/">libstokes</a> is a part of <a href="http://kichiki.github.com/ryuon/">RYUON project</a>.</p>

<p>For details about libstokes, go to "<a href="http://kichiki.github.com/ryuon/libstokes/">libstokes</a>"</p>

<h3>Authors and Contributors</h3>

<p>Kengo Ichiki (<a href="https://github.com/kichiki" class="user-mention">@kichiki</a>)</p>

<h3>License</h3>

<p><a href="http://kichiki.github.com/ryuon/libstokes/">libstokes</a> is released under <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License, version 2</a></p>
      </section>

    </div>
    <!--[if !IE]><script>fixScale(document);</script><![endif]-->
    
  </body>
</html>
back to top