Skip to content

Commit 08bca26

Browse files
committed
Website build
1 parent 6cd73be commit 08bca26

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

9_mixed_problems.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@
8686
vanish on <span class="math notranslate nohighlight">\(\Gamma\)</span>. The outflow condition is the “do nothing” condition which
8787
is imposed simply by not including the surface terms created by integrating the
8888
velocity equation by parts when formulating the weak form.</p>
89-
<p>These equations are well posed so long as $Gammasetminus Gamma_D neq
90-
emptyset$. That is to say, there must be some outflow boundary. If $Gamma
91-
=Gamma_D$ then there will be a null space comprising all of the constant
89+
<p>These equations are well posed so long as <span class="math notranslate nohighlight">\(\Gamma\setminus \Gamma_D \neq
90+
\emptyset\)</span>. That is to say, there must be some outflow boundary. If <span class="math notranslate nohighlight">\(\Gamma
91+
=\Gamma_D\)</span> then there will be a null space comprising all of the constant
9292
pressure functions. We will implement the two-dimensional case (<span class="math notranslate nohighlight">\(d=2\)</span>) and, for
9393
simplicity, we will assume <span class="math notranslate nohighlight">\(\mu=1\)</span>.</p>
9494
<p>The colon (<span class="math notranslate nohighlight">\(:\)</span>) indicates an inner product so:</p>
9595
<div class="math notranslate nohighlight" id="equation-9-mixed-problems-1">
96-
<span class="eqno">(9.4)<a class="headerlink" href="#equation-9-mixed-problems-1" title="Link to this equation"></a></span>\[\nabla u:\nabla v = \sum_{\alpha\beta} \nabla_{\alpha} u_{\beta}\nabla{\alpha} v_{\beta}\]</div>
96+
<span class="eqno">(9.4)<a class="headerlink" href="#equation-9-mixed-problems-1" title="Link to this equation"></a></span>\[\nabla u:\nabla v = \sum_{\alpha\beta} \nabla_{\alpha} u_{\beta}\nabla_{\alpha} v_{\beta}\]</div>
9797
<p>In choosing a finite element subspace of <span class="math notranslate nohighlight">\(V \times Q\)</span> we will similarly choose
9898
a simpler to implement, yet still stable, space than was chosen in
9999
<a class="reference internal" href="L6_stokes.html#stokes"><span class="std std-numref">Analysis Section 6</span></a>. The space we will use is the lowest order

_sources/9_mixed_problems.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ vanish on `\Gamma`. The outflow condition is the "do nothing" condition which
7272
is imposed simply by not including the surface terms created by integrating the
7373
velocity equation by parts when formulating the weak form.
7474

75-
These equations are well posed so long as $\Gamma\setminus \Gamma_D \neq
76-
\emptyset$. That is to say, there must be some outflow boundary. If $\Gamma
77-
=\Gamma_D$ then there will be a null space comprising all of the constant
75+
These equations are well posed so long as `\Gamma\setminus \Gamma_D \neq
76+
\emptyset`. That is to say, there must be some outflow boundary. If `\Gamma
77+
=\Gamma_D` then there will be a null space comprising all of the constant
7878
pressure functions. We will implement the two-dimensional case (`d=2`) and, for
7979
simplicity, we will assume `\mu=1`.
8080

@@ -83,7 +83,7 @@ The colon (`:`) indicates an inner product so:
8383
.. math::
8484
:label:
8585
86-
\nabla u:\nabla v = \sum_{\alpha\beta} \nabla_{\alpha} u_{\beta}\nabla{\alpha} v_{\beta}
86+
\nabla u:\nabla v = \sum_{\alpha\beta} \nabla_{\alpha} u_{\beta}\nabla_{\alpha} v_{\beta}
8787
8888
In choosing a finite element subspace of `V \times Q` we will similarly choose
8989
a simpler to implement, yet still stable, space than was chosen in

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)