166 lines
7.6 KiB
HTML
Executable File
166 lines
7.6 KiB
HTML
Executable File
|
||
<!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="X-UA-Compatible" content="IE=Edge" />
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<title>PyLaGriT, Python interface for LaGriT — PyLaGriT 0.0.0 documentation</title>
|
||
<link rel="stylesheet" href="static/alabaster.css" type="text/css" />
|
||
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
|
||
<script type="text/javascript" id="documentation_options" data-url_root="./" src="static/documentation_options.js"></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>
|
||
<script type="text/javascript" src="static/language_data.js"></script>
|
||
<link rel="index" title="Index" href="genindex.html" />
|
||
<link rel="search" title="Search" href="search.html" />
|
||
<link rel="next" title="Getting Started" href="gettingstarted.html" />
|
||
|
||
<link rel="stylesheet" href="static/custom.css" type="text/css" />
|
||
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
||
|
||
</head><body>
|
||
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
|
||
|
||
<div class="body" role="main">
|
||
|
||
<div class="section" id="pylagrit-python-interface-for-lagrit">
|
||
<h1>PyLaGriT, Python interface for LaGriT<a class="headerlink" href="#pylagrit-python-interface-for-lagrit" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="pylagrit-class">
|
||
<h2>PyLaGriT Class<a class="headerlink" href="#pylagrit-class" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li>The PyLaGriT class provides a python interface to the Los Alamos Grid Toolbox.</li>
|
||
<li>The PyLaGrit class is derived class of the perplex packages spawn class, and its objects contains all of spawn’s functionality.</li>
|
||
<li>Commands can be sent using LaGriT syntax as string arguments to the sendline method.</li>
|
||
<li>Direct access to the LaGriT shell is provided by the interact method.</li>
|
||
<li>Subclasses of the PyLaGrit class include mesh object (MO), surface, and region and can be created using various methods to PyLaGriT objects.</li>
|
||
<li>The mesh object subclass contains subclasses pset and eltset.</li>
|
||
<li>Subclasses are contained in dictionaries in the parent class.</li>
|
||
<li>The mesh object class contains gmv and paraview methods that dump the appropriate files and open them in viewer.</li>
|
||
<li>PyLaGriT can be accessed in Julia using the Julia PyCall package (refer to PyLaGriT/examples/julia folder in the source code)</li>
|
||
</ul>
|
||
<div class="toctree-wrapper compound">
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">Getting Started</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="gettingstarted.html#installation">Installation</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="gettingstarted.html#simple-example">Simple example</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="gettingstarted.html#next-steps">Next steps</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="stratigraphic.html">Stratigraphic Hex Mesh Tutorial</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="autodoc.html">Class Documentation</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_pylagrit.html">PyLaGriT Class</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_mo.html">Mesh Class</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_pset.html">Point Set Class</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_eltset.html">Element Set Class</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_faceset.html">Face Set Class</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="autodoc_region.html">Region Class</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<p>PyLaGriT source code is packaged with LaGriT source code <a class="reference external" href="https://github.com/lanl/LaGriT">here</a>.</p>
|
||
<p>Example scripts can be found <a class="reference external" href="https://github.com/lanl/LaGriT/tree/master/PyLaGriT/examples">here</a>.</p>
|
||
</div>
|
||
<div class="section" id="development-team">
|
||
<h2>Development team<a class="headerlink" href="#development-team" title="Permalink to this headline">¶</a></h2>
|
||
<ul class="simple">
|
||
<li>Dylan Harp <<a class="reference external" href="mailto:dharp%40lanl.gov">dharp<span>@</span>lanl<span>.</span>gov</a>></li>
|
||
<li>Daniel Livingston <<a class="reference external" href="mailto:livingston%40lanl.gov">livingston<span>@</span>lanl<span>.</span>gov</a>></li>
|
||
<li>James (Joe) Beisman <<a class="reference external" href="mailto:jjbeisman%40gmail.com">jjbeisman<span>@</span>gmail<span>.</span>com</a>></li>
|
||
<li>Terry Miller <<a class="reference external" href="mailto:tamiller%40lanl.gov">tamiller<span>@</span>lanl<span>.</span>gov</a>></li>
|
||
<li>Carl Gable <<a class="reference external" href="mailto:gable%40lanl.gov">gable<span>@</span>lanl<span>.</span>gov</a>></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="indices-and-tables">
|
||
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
|
||
<ul class="simple">
|
||
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
|
||
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
|
||
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
|
||
</ul>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h1 class="logo"><a href="#">PyLaGriT</a></h1>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">Getting Started</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="stratigraphic.html">Stratigraphic Hex Mesh Tutorial</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="autodoc.html">Class Documentation</a></li>
|
||
</ul>
|
||
|
||
<div class="relations">
|
||
<h3>Related Topics</h3>
|
||
<ul>
|
||
<li><a href="#">Documentation overview</a><ul>
|
||
<li>Next: <a href="gettingstarted.html" title="next chapter">Getting Started</a></li>
|
||
</ul></li>
|
||
</ul>
|
||
</div>
|
||
<div id="searchbox" style="display: none" role="search">
|
||
<h3>Quick search</h3>
|
||
<div class="searchformwrapper">
|
||
<form class="search" action="search.html" method="get">
|
||
<input type="text" name="q" />
|
||
<input type="submit" value="Go" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
</div>
|
||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="footer">
|
||
©2016, Dylan R. Harp.
|
||
|
||
|
|
||
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.5</a>
|
||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
||
|
||
|
|
||
<a href="sources/index.rst.txt"
|
||
rel="nofollow">Page source</a>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
</body>
|
||
</html>
|