Skip to content

Commit

Permalink
deploy: 2e926a4
Browse files Browse the repository at this point in the history
  • Loading branch information
visr committed Nov 13, 2023
1 parent 8c9e7b7 commit 879d7bd
Show file tree
Hide file tree
Showing 11 changed files with 138 additions and 138 deletions.
256 changes: 128 additions & 128 deletions build/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/equations.html
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ <h2 data-number="2.1" class="anchored" data-anchor-id="sec-reduction_factor"><sp
<div class="cell-output cell-output-stderr">
<pre><code>&lt;&gt;:31: SyntaxWarning: invalid escape sequence '\p'
&lt;&gt;:31: SyntaxWarning: invalid escape sequence '\p'
/tmp/ipykernel_5909/665069857.py:31: SyntaxWarning: invalid escape sequence '\p'
/tmp/ipykernel_5276/665069857.py:31: SyntaxWarning: invalid escape sequence '\p'
ax.set_ylabel("$\phi(x;p)$", fontsize=fontsize)</code></pre>
</div>
<div class="cell-output cell-output-display">
Expand Down
2 changes: 1 addition & 1 deletion core/usage.html
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ <h1 data-number="1"><span class="header-section-number">1</span> Configuration f
<span id="cb2-25"><a href="#cb2-25" aria-hidden="true" tabindex="-1"></a><span class="dt">dtmax</span> <span class="op">=</span> <span class="fl">0.0</span> <span class="co"># optional, default length of simulation</span></span>
<span id="cb2-26"><a href="#cb2-26" aria-hidden="true" tabindex="-1"></a><span class="dt">force_dtmin</span> <span class="op">=</span> <span class="cn">false</span> <span class="co"># optional, default false</span></span>
<span id="cb2-27"><a href="#cb2-27" aria-hidden="true" tabindex="-1"></a><span class="dt">abstol</span> <span class="op">=</span> <span class="fl">1e-6</span> <span class="co"># optional, default 1e-6</span></span>
<span id="cb2-28"><a href="#cb2-28" aria-hidden="true" tabindex="-1"></a><span class="dt">reltol</span> <span class="op">=</span> <span class="fl">1e-3</span> <span class="co"># optional, default 1e-3</span></span>
<span id="cb2-28"><a href="#cb2-28" aria-hidden="true" tabindex="-1"></a><span class="dt">reltol</span> <span class="op">=</span> <span class="fl">1e-5</span> <span class="co"># optional, default 1e-5</span></span>
<span id="cb2-29"><a href="#cb2-29" aria-hidden="true" tabindex="-1"></a><span class="dt">maxiters</span> <span class="op">=</span> <span class="fl">1e9</span> <span class="co"># optional, default 1e9</span></span>
<span id="cb2-30"><a href="#cb2-30" aria-hidden="true" tabindex="-1"></a><span class="dt">sparse</span> <span class="op">=</span> <span class="cn">true</span> <span class="co"># optional, default true</span></span>
<span id="cb2-31"><a href="#cb2-31" aria-hidden="true" tabindex="-1"></a><span class="dt">autodiff</span> <span class="op">=</span> <span class="cn">true</span> <span class="co"># optional, default true</span></span>
Expand Down
8 changes: 4 additions & 4 deletions python/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ <h1 data-number="2"><span class="header-section-number">2</span> Update the basi
<span id="cb26-4"><a href="#cb26-4" aria-hidden="true" tabindex="-1"></a>ax <span class="op">=</span> df_flow.pivot_table(index<span class="op">=</span><span class="st">"time"</span>, columns<span class="op">=</span><span class="st">"edge"</span>, values<span class="op">=</span><span class="st">"flow_m3d"</span>).plot()</span>
<span id="cb26-5"><a href="#cb26-5" aria-hidden="true" tabindex="-1"></a>ax.legend(bbox_to_anchor<span class="op">=</span>(<span class="fl">1.3</span>, <span class="dv">1</span>), title<span class="op">=</span><span class="st">"Edge"</span>)</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-display" data-execution_count="26">
<pre><code>&lt;matplotlib.legend.Legend at 0x7ff17d5769c0&gt;</code></pre>
<pre><code>&lt;matplotlib.legend.Legend at 0x7fbb7cb48500&gt;</code></pre>
</div>
<div class="cell-output cell-output-display">
<p><img src="examples_files/figure-html/cell-27-output-2.png" width="727" height="561"></p>
Expand Down Expand Up @@ -806,7 +806,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> Model with disc
For node ID 2 (Pump): flow_rate = 0.0
For node ID 3 (Pump): flow_rate = 0.002

1. At 2020-02-09 01:17:29.324000 the control node with ID 7 reached truth state TFF:
1. At 2020-02-08 19:02:21.861000 the control node with ID 7 reached truth state TFF:
For node ID 1 (Basin): level &gt; 5.0
For node ID 1 (Basin): level &lt; 10.0
For node ID 1 (Basin): level &lt; 15.0
Expand All @@ -815,7 +815,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> Model with disc
For node ID 2 (Pump): flow_rate = 0.0
For node ID 3 (Pump): flow_rate = 0.0

2. At 2020-07-05 13:24:51.165000 the control node with ID 7 reached truth state FFF:
2. At 2020-07-05 08:56:10.319000 the control node with ID 7 reached truth state FFF:
For node ID 1 (Basin): level &lt; 5.0
For node ID 1 (Basin): level &lt; 10.0
For node ID 1 (Basin): level &lt; 15.0
Expand All @@ -824,7 +824,7 @@ <h1 data-number="3"><span class="header-section-number">3</span> Model with disc
For node ID 2 (Pump): flow_rate = 0.002
For node ID 3 (Pump): flow_rate = 0.0

3. At 2020-08-11 11:49:59.015000 the control node with ID 7 reached truth state TTF:
3. At 2020-08-11 06:05:15.592000 the control node with ID 7 reached truth state TTF:
For node ID 1 (Basin): level &gt; 5.0
For node ID 1 (Basin): level &gt; 10.0
For node ID 1 (Basin): level &lt; 15.0
Expand Down
Binary file modified python/examples_files/figure-html/cell-26-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified python/examples_files/figure-html/cell-27-output-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified python/examples_files/figure-html/cell-41-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified python/examples_files/figure-html/cell-55-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion schema/Config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dtmax": null,
"force_dtmin": false,
"abstol": 1.0e-6,
"reltol": 0.001,
"reltol": 1.0e-5,
"maxiters": 1000000000,
"sparse": true,
"autodiff": true
Expand Down
2 changes: 1 addition & 1 deletion schema/Solver.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"reltol": {
"format": "double",
"type": "number",
"default": 0.001
"default": 1.0e-5
},
"maxiters": {
"format": "default",
Expand Down
4 changes: 2 additions & 2 deletions search.json

Large diffs are not rendered by default.

0 comments on commit 879d7bd

Please sign in to comment.