Skip to content

Commit

Permalink
Temporarily revert to sphinx 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Dec 18, 2023
1 parent 3387e8a commit 60f58b6
Show file tree
Hide file tree
Showing 75 changed files with 6,097 additions and 5,138 deletions.
19 changes: 10 additions & 9 deletions _modules/index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

<!DOCTYPE html>

<html lang="en" data-content_root="../">
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Overview: module code &#8212; Thetis 0+untagged.2009.gd7af522 documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../_static/thetis.css?v=0f3339d6" />
<script src="../_static/documentation_options.js?v=5ff313e6"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../_static/thetis.css" />
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<!--[if lte IE 6]>
Expand Down Expand Up @@ -60,7 +62,6 @@ <h1>All modules for which code is available</h1>
<li><a href="thetis/equation.html">thetis.equation</a></li>
<li><a href="thetis/exner_eq.html">thetis.exner_eq</a></li>
<li><a href="thetis/exporter.html">thetis.exporter</a></li>
<li><a href="thetis/forcing.html">thetis.forcing</a></li>
<li><a href="thetis/implicitexplicit.html">thetis.implicitexplicit</a></li>
<li><a href="thetis/interpolation.html">thetis.interpolation</a></li>
<li><a href="thetis/inversion_tools.html">thetis.inversion_tools</a></li>
Expand Down Expand Up @@ -94,8 +95,8 @@ <h1>All modules for which code is available</h1>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2016-2023, Tuomas Kärnä et al..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
&#169; Copyright 2016-2023, Tuomas Kärnä et al..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</body>
</html>
17 changes: 8 additions & 9 deletions _modules/thetis/assembledschur.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>thetis.assembledschur &#8212; Thetis 0+untagged.1718.gf836c9a.dirty documentation</title>
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../../_static/thetis.css" type="text/css" />
<script id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<title>thetis.assembledschur &#8212; Thetis 0+untagged.2009.gd7af522 documentation</title>
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="../../_static/thetis.css" />
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
Expand Down Expand Up @@ -37,7 +37,6 @@
<li class="page_item"><a href="../../funding.html" title="Our financial supporters">Funding</a></li>
<li class="page_item"><a href="../../contact.html" title="Getting in touch">Contact</a></li>
<li class="page_item"><a href="https://github.com/thetisproject/thetis" title="Thetis source on GitHub">GitHub</a></li>
<li class="page_item"><a href="https://jenkins.ese.ic.ac.uk:1080/blue/organizations/jenkins/thetis/branches" title="Thetis build status">Jenkins</a></li>
</ul>
</div><!-- .menu -->
</div><!-- #access -->
Expand All @@ -57,7 +56,7 @@ <h1>Source code for thetis.assembledschur</h1><div class="highlight"><pre>


<div class="viewcode-block" id="AssembledSchurPC"><a class="viewcode-back" href="../../thetis.html#thetis.assembledschur.AssembledSchurPC">[docs]</a><span class="k">class</span> <span class="nc">AssembledSchurPC</span><span class="p">(</span><span class="n">PCBase</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> Preconditioner for the Schur complement</span>

<span class="sd"> The preconditioner matrix is assembled by explicitly matrix multiplying</span>
Expand All @@ -83,7 +82,7 @@ <h1>Source code for thetis.assembledschur</h1><div class="highlight"><pre>

<span class="n">test</span><span class="p">,</span> <span class="n">trial</span> <span class="o">=</span> <span class="n">a</span><span class="o">.</span><span class="n">arguments</span><span class="p">()</span>
<span class="n">W</span> <span class="o">=</span> <span class="n">test</span><span class="o">.</span><span class="n">function_space</span><span class="p">()</span>
<span class="n">V</span><span class="p">,</span> <span class="n">Q</span> <span class="o">=</span> <span class="n">W</span><span class="o">.</span><span class="n">split</span><span class="p">()</span>
<span class="n">V</span><span class="p">,</span> <span class="n">Q</span> <span class="o">=</span> <span class="n">W</span><span class="o">.</span><span class="n">subfunctions</span>
<span class="n">v</span> <span class="o">=</span> <span class="n">TestFunction</span><span class="p">(</span><span class="n">V</span><span class="p">)</span>
<span class="n">u</span> <span class="o">=</span> <span class="n">TrialFunction</span><span class="p">(</span><span class="n">V</span><span class="p">)</span>
<span class="n">mass</span> <span class="o">=</span> <span class="n">dot</span><span class="p">(</span><span class="n">v</span><span class="p">,</span> <span class="n">u</span><span class="p">)</span><span class="o">*</span><span class="n">dx</span>
Expand Down Expand Up @@ -151,8 +150,8 @@ <h1>Source code for thetis.assembledschur</h1><div class="highlight"><pre>
<div class="clearer"></div>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2016-2020, Tuomas Karna et al..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.5.4.
&#169; Copyright 2016-2023, Tuomas Kärnä et al..
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 4.5.0.
</div>
</body>
</html>
Loading

0 comments on commit 60f58b6

Please sign in to comment.