Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
markuswess committed Jun 14, 2024
1 parent 3752987 commit b6c8efc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions _sources/examples/qualitative_dispersion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{
"cell_type": "code",
"execution_count": 4,
"id": "8f791b22",
"id": "9dfc4d4c",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -119,7 +119,7 @@
},
{
"cell_type": "markdown",
"id": "f70e0bd6",
"id": "b0ed981e",
"metadata": {},
"source": [
"Assembling the bilinear forms. The mass bilinear forms assembling is optimized for the block-diagonal sparsity pattern."
Expand Down Expand Up @@ -256,7 +256,7 @@
"source": [
"t = 0.\n",
"i = 0\n",
"drawevery = 30\n",
"drawevery = 50\n",
"\n",
"\n",
"now = time()\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/examples/ring_resonator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
"startnow = time()\n",
"now = time()\n",
"\n",
"drawevery = 300\n",
"drawevery = 400\n",
"with TaskManager():\n",
" while t < tend:\n",
" tmp.data = -B_big.T * gfu.vec\n",
Expand Down
17 changes: 12 additions & 5 deletions examples/qualitative_dispersion.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ring_resonator.html
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ <h2>Time loop<a class="headerlink" href="#time-loop" title="Link to this heading
<span class="n">startnow</span> <span class="o">=</span> <span class="n">time</span><span class="p">()</span>
<span class="n">now</span> <span class="o">=</span> <span class="n">time</span><span class="p">()</span>

<span class="n">drawevery</span> <span class="o">=</span> <span class="mi">300</span>
<span class="n">drawevery</span> <span class="o">=</span> <span class="mi">400</span>
<span class="k">with</span> <span class="n">TaskManager</span><span class="p">():</span>
<span class="k">while</span> <span class="n">t</span> <span class="o">&lt;</span> <span class="n">tend</span><span class="p">:</span>
<span class="n">tmp</span><span class="o">.</span><span class="n">data</span> <span class="o">=</span> <span class="o">-</span><span class="n">B_big</span><span class="o">.</span><span class="n">T</span> <span class="o">*</span> <span class="n">gfu</span><span class="o">.</span><span class="n">vec</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit b6c8efc

Please sign in to comment.