Skip to content

Commit

Permalink
working on dev/bouss*
Browse files Browse the repository at this point in the history
  • Loading branch information
rjleveque committed Mar 15, 2024
1 parent e36b5d1 commit df11f08
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 81 deletions.
18 changes: 5 additions & 13 deletions dev/bouss1d.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>Navigation</h3>
</div>
<p>As of Version 5.10.0 (?), the geoclaw repository contains some code for solving
problems in one space dimension, as described more generally in
<a class="reference internal" href="geoclaw1d.html#geoclaw1d"><span class="std std-ref">GeoClaw in One Space Dimension</span></a>. This code also supports two different sets of
<a class="reference internal" href="geoclaw1d.html#geoclaw1d"><span class="std std-ref">GeoClaw in One Space Dimension</span></a>. This 1d code also supports two different sets of
dispersive Boussinesq equations that have been used in the literature
to better model wave propagation in situations where the wavelength is not
sufficiently long relative to the fluid depth for the shallow water
Expand All @@ -108,7 +108,10 @@ <h3>Navigation</h3>
In one space dimension, solving this equation requires solving a tridiagonal
linear system of equations in each time step.</p>
<p>See <a class="reference internal" href="bouss2d.html#bouss2d"><span class="std std-ref">Boussinesq solvers in Two Space Dimensions</span></a> and <a class="reference internal" href="biblio.html#bergerleveque2023" id="id1"><span>[BergerLeVeque2023]</span></a> for more discussion
of the Boussinesq-type equations SGN and MS that are implemented in GeoClaw.</p>
of the Boussinesq-type equations SGN and MS that are implemented in GeoClaw.
We recommend using the Serre-Green-Naghdi (SGN) equations rather than
Madsen-Sorensen (MS), which has similar dispersive properties but
been found to be less stable.</p>
<section id="using-the-1d-boussinesq-code">
<span id="bouss1d-usage"></span><h2>Using the 1d Boussinesq code<a class="headerlink" href="#using-the-1d-boussinesq-code" title="Permalink to this heading"></a></h2>
<p>As in the 1d shallow water implementation, general mapped grids can be used,
Expand Down Expand Up @@ -250,17 +253,6 @@ <h3 id="searchlabel">Quick search</h3>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
<h4>Latest Version</h4>
<ul>
<li><a href="bouss1d.html">dev</a></li>
<li><a href="../v5.9.x/bouss1d.html">v5.9.x</a></li>
</ul>
<h4>Older Versions</h4>
<ul>
<li><a href="../v5.7.x/index.html">v5.7.x</a></li>
<li><a href="../v5.8.x/index.html">v5.8.x</a></li>
</ul>

</div>
</div>
<div class="clearer"></div>
Expand Down
Loading

0 comments on commit df11f08

Please sign in to comment.