Skip to content

Commit

Permalink
Fix misplaced symbol in equation
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljfarrell committed Apr 19, 2024
1 parent 0440af1 commit bed9e3b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sources/advection_diffusion.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Discretised equation in matrix form
Dropping the spatial subscripts and writing in vector form the equations becomes,

.. math::
\frac{w^{n+1} - w^{n}}{\tau} & = \theta F(w^{n+1}) + (1-\theta)F(w^{n})
\frac{w^{n+1} - w^{n}}{\tau} = \theta F(w^{n+1}) + (1-\theta)F(w^{n})
where,

Expand Down
2 changes: 1 addition & 1 deletion advection_diffusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ <h2>The <span class="math notranslate nohighlight">\(\theta\)</span>-method<a cl
<h2>Discretised equation in matrix form<a class="headerlink" href="#discretised-equation-in-matrix-form" title="Link to this heading"></a></h2>
<p>Dropping the spatial subscripts and writing in vector form the equations becomes,</p>
<div class="math notranslate nohighlight">
\[\frac{w^{n+1} - w^{n}}{\tau} &amp; = \theta F(w^{n+1}) + (1-\theta)F(w^{n})\]</div>
\[\frac{w^{n+1} - w^{n}}{\tau} = \theta F(w^{n+1}) + (1-\theta)F(w^{n})\]</div>
<p>where,</p>
<div class="math notranslate nohighlight">
\[\begin{split}F(w^{n+1}) = M^{n+1} w^{n+1} + s^{n+1} \\
Expand Down
Binary file modified doctrees/advection_diffusion.doctree
Binary file not shown.
Binary file modified doctrees/environment.pickle
Binary file not shown.

0 comments on commit bed9e3b

Please sign in to comment.