Skip to content

Commit cc6e83c

Browse files
author
Francesco Rizzi
committed
fix typos on website
1 parent 5b4fabc commit cc6e83c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+47
-46
lines changed

docs/.doctrees/environment.pickle

-941 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/.doctrees/meshsample.doctree

271 Bytes
Binary file not shown.

docs/_sources/grayscott_2d.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ C++ synopsis
6666
{
6767
using scalar_type = typename decltype(meshObj)::scalar_t;
6868
const scalar_type Da = /*some_value*/;
69-
const scalar_type Da = /*some_value*/;
69+
const scalar_type Db = /*some_value*/;
7070
const scalar_type feedRate = /*some_value*/;
7171
const scalar_type killRate = /*some_value*/;
7272
auto problem = pda::create_problem_eigen(meshObj, probId, scheme,

docs/_sources/meshsample.rst.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,15 @@ and generate the new (reduced) mesh.
6666
6767
python create_sample_mesh.py \
6868
--fullMeshDir <path-to-the-FULL-mesh-dir-to-start-from> \
69-
--targetCellIndices <path-to-ascii-file-with-desired-cell-indices-list> \
69+
--sampleMeshIndices <path-to-ascii-file-with-desired-cell-indices-list> \
7070
--outDir <path-to-where-to-output-new-mesh> \
7171
--debug true/false # default=false
7272
7373
where:
74+
7475
- ``--fullMeshDir``: full path to a FULL mesh directory; this dir should contain mesh files as generated using the ``create_full_mesh.py`` script of pressio-demoapps.
7576

76-
- ``--targetCellIndices``: full path to ASCII file with list of indices identifying the subset of cells you want to use a **sample** mesh cells. Note that this list must contain indices valid wrt the full mesh provided in ``fullMeshDir``.
77+
- ``--sampleMeshIndices``: full path to ASCII file with list of indices identifying the subset of cells you want to use a **sample** mesh cells. Note that this list must contain indices valid wrt the full mesh provided in ``fullMeshDir``.
7778

7879
- ``--workDir``: full path to directory such that:
7980
- this dir contains where you want all **new** mesh files to be generated;

docs/advection_1d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h2>Sample Solution<a class="headerlink" href="#sample-solution" title="Permalin
297297

298298
<div class="related-information">
299299
Copyright &#169; 2021, National Technology &amp; Engineering Solutions of Sandia, LLC (NTESS) |
300-
Last updated on Jan 08, 2022. |
300+
Last updated on Jan 10, 2022. |
301301
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
302302
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
303303
| <a class="muted-link" href="_sources/advection_1d.rst.txt"

docs/api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h2>Python API<a class="headerlink" href="#python-api" title="Permalink to this
439439

440440
<div class="related-information">
441441
Copyright &#169; 2021, National Technology &amp; Engineering Solutions of Sandia, LLC (NTESS) |
442-
Last updated on Jan 08, 2022. |
442+
Last updated on Jan 10, 2022. |
443443
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
444444
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
445445
| <a class="muted-link" href="_sources/api.rst.txt"

docs/diffusion_reaction_1d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h2>Notes:<a class="headerlink" href="#notes" title="Permalink to this headline"
349349

350350
<div class="related-information">
351351
Copyright &#169; 2021, National Technology &amp; Engineering Solutions of Sandia, LLC (NTESS) |
352-
Last updated on Jan 08, 2022. |
352+
Last updated on Jan 10, 2022. |
353353
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
354354
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
355355
| <a class="muted-link" href="_sources/diffusion_reaction_1d.rst.txt"

docs/diffusion_reaction_2d.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h2>Notes:<a class="headerlink" href="#notes" title="Permalink to this headline"
351351

352352
<div class="related-information">
353353
Copyright &#169; 2021, National Technology &amp; Engineering Solutions of Sandia, LLC (NTESS) |
354-
Last updated on Jan 08, 2022. |
354+
Last updated on Jan 10, 2022. |
355355
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
356356
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
357357
| <a class="muted-link" href="_sources/diffusion_reaction_2d.rst.txt"

docs/endtoend_cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h1>Step-by-step in C++<a class="headerlink" href="#step-by-step-in-c" title="Pe
258258

259259
<div class="related-information">
260260
Copyright &#169; 2021, National Technology &amp; Engineering Solutions of Sandia, LLC (NTESS) |
261-
Last updated on Jan 08, 2022. |
261+
Last updated on Jan 10, 2022. |
262262
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> and <a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
263263
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
264264
| <a class="muted-link" href="_sources/endtoend_cpp.rst.txt"

0 commit comments

Comments
 (0)