Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchoeberl committed Apr 29, 2024
1 parent bfca1a4 commit 34df480
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
10 changes: 7 additions & 3 deletions _sources/mixed/abstract.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,14 @@
"> Then the mixed variational problem is uniquely solvable with\n",
">\n",
"> $$\n",
"> \\| u \\|_V + \\| p \\|_Q \\leq c \\, ( \\| f \\|_{V^\\ast} + \\| g \\|_{Q^\\ast})\n",
"> $$\n",
" \\| u \\|_V + \\| p \\|_Q \\leq c \\, ( \\| f \\|_{V^\\ast} + \\| g \\|_{Q^\\ast})\n",
" $$\n",
"\n",
"\n",
"*Proof:* The proof follows solving the triangular system above.\n",
"\n",
"*Proof:* The big bilinear-form $B(.,.)$ is continuous\n",
"\n",
"The big bilinear-form $B(.,.)$ is continuous\n",
"\n",
"$$\n",
"B((u,p),(v,q)) \\preceq ( \\| u \\| + \\| p \\| ) \\, ( \\| v \\| + \\| q \\| ).\n",
Expand Down Expand Up @@ -276,6 +279,7 @@
"for $q \\in L_2$ with $\\int q = 0$ is true, but non-trivial to prove.\n",
"\n",
"The kernel space is \n",
"\n",
"$$\n",
"V_0 = \\{ v \\in [H_0^1]^d : \\operatorname{div} v = 0 \\},\n",
"$$\n",
Expand Down
14 changes: 8 additions & 6 deletions mixed/abstract.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,11 @@ <h1><span class="section-number">35. </span>Abstract Theory<a class="headerlink"
<p>Then the mixed variational problem is uniquely solvable with</p>
<div class="math notranslate nohighlight">
\[
&gt; \| u \|_V + \| p \|_Q \leq c \, ( \| f \|_{V^\ast} + \| g \|_{Q^\ast})
&gt; \]</div>
\| u \|_V + \| p \|_Q \leq c \, ( \| f \|_{V^\ast} + \| g \|_{Q^\ast})
\]</div>
</div></blockquote>
<p><em>Proof:</em> The big bilinear-form <span class="math notranslate nohighlight">\(B(.,.)\)</span> is continuous</p>
<p><em>Proof:</em> The proof follows solving the triangular system above.</p>
<p>The big bilinear-form <span class="math notranslate nohighlight">\(B(.,.)\)</span> is continuous</p>
<div class="math notranslate nohighlight">
\[
B((u,p),(v,q)) \preceq ( \| u \| + \| p \| ) \, ( \| v \| + \| q \| ).
Expand Down Expand Up @@ -707,10 +708,11 @@ <h2><span class="section-number">35.2. </span>Stokes equation within the abstrac
\sup_{u \in V} \frac{ \int_\Omega \operatorname{div} u \, q } { \| u \|_{H^1} } \geq \beta \, \| q \|_{L_2}
\]</div>
<p>for <span class="math notranslate nohighlight">\(q \in L_2\)</span> with <span class="math notranslate nohighlight">\(\int q = 0\)</span> is true, but non-trivial to prove.</p>
<p>The kernel space is
$<span class="math notranslate nohighlight">\(
<p>The kernel space is</p>
<div class="math notranslate nohighlight">
\[
V_0 = \{ v \in [H_0^1]^d : \operatorname{div} v = 0 \},
\)</span>$</p>
\]</div>
<p>the bilinear-form <span class="math notranslate nohighlight">\(a(.,.)\)</span> is coercive on the whole space <span class="math notranslate nohighlight">\(V\)</span>, and so also on the sub-space <span class="math notranslate nohighlight">\(V_0\)</span>.</p>
</section>
<section id="dirichlet-boundary-conditions-as-mixed-system">
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 34df480

Please sign in to comment.