Skip to content

Commit

Permalink
Deploying on 2024-05-09 19:37:59, source commit b6d4548023ebd14a5c122…
Browse files Browse the repository at this point in the history
…33ab78298263bc38701
  • Loading branch information
Deploy committed May 9, 2024
1 parent fd9cd8a commit e83e0d7
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 78 deletions.
Binary file modified docs/reference-manual/.doctrees/EM_MESH_Namelist/index.doctree
Binary file not shown.
Binary file modified docs/reference-manual/.doctrees/MESH_Namelist/index.doctree
Binary file not shown.
Binary file modified docs/reference-manual/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/reference-manual/EM_MESH_Namelist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2><span class="section-number">7.1. </span>Namelist Variables<a class="headerl
<dd class="field-even"><p>“metis”</p>
</dd>
<dt class="field-odd">Valid Values<span class="colon">:</span></dt>
<dd class="field-odd"><p>chaco”, “metis”, “file”, “block”</p>
<dd class="field-odd"><p>“metis”, “file”, “block”</p>
</dd>
<dt class="field-even">Notes<span class="colon">:</span></dt>
<dd class="field-even"><p>See the <a class="reference internal" href="../MESH_Namelist/index.html#mesh-namelist"><span class="std std-ref">MESH</span></a> namelist variable
Expand Down
129 changes: 61 additions & 68 deletions docs/reference-manual/MESH_Namelist/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The partitioning method used to generate the parallel decomposition of the mesh.

:Type: case-insensitive string
:Default: "metis"
:Valid Values: "chaco", "metis", "file", "block"
:Valid Values: "metis", "file", "block"
:Notes: See the :ref:`MESH<MESH_Namelist>` namelist variable
:ref:`partitioner <M_P>` for a description of the options and their associated
input variables. In particular, the METIS options listed there may also be
Expand Down
3 changes: 1 addition & 2 deletions docs/reference-manual/_sources/MESH_Namelist/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ partitioner
| **Description** : The partitioning method used to generate the parallel decomposition of the mesh.
| **Type** : case-insensitive string
| **Default** : "metis"
| **Valid Values**: "chaco", "metis", "file", "block"
| **Valid Values**: "metis", "file", "block"
| **Notes** :
.. _partitioner_options:
Expand All @@ -157,7 +157,6 @@ partitioner
:class: tight-table
:widths: 1 5

"**chaco**","uses a graph partitioning method from the Chaco library :footcite:`leland1995chaco` to compute the mesh decomposition at run time. Support for this legacy library may be removed in the future."
"**metis**","uses the well-known METIS library :footcite:`karypis1998fast` to partition the dual graph of the mesh at runtime. This method has a number of options which are described below."
"**file**","reads the partitioning of the mesh cells from a disk file; see :ref:`partition_file<M_PF>`."
"**block**","partitions the mesh cells into nearly equal-sized blocks of consecutively numbered cells according their numbering in the mesh file. The quality of this naive decomposition entirely depends on the given ordering of mesh cells, and thus this option is not generally recommended."
Expand Down
2 changes: 1 addition & 1 deletion docs/reference-manual/searchindex.js

Large diffs are not rendered by default.

Binary file modified docs/sphinx/.doctrees/environment.pickle
Binary file not shown.
10 changes: 5 additions & 5 deletions downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ <h2>Truchas Development</h2>
Recent development versions:
<ul>

<li>
<a href="https://github.com/truchas/truchas_releases/releases/download/24.05-8-g9ead6737/truchas-24.05-8-g9ead6737-Linux.tar.bz2">truchas-24.05-8-g9ead6737-Linux.tar.bz2</a>
(May 9, 2024)
</li>

<li>
<a href="https://github.com/truchas/truchas_releases/releases/download/24.04-10-g318bfa7/truchas-24.04-10-g318bfa7-Linux.tar.bz2">truchas-24.04-10-g318bfa7-Linux.tar.bz2</a>
(May 1, 2024)
Expand All @@ -206,11 +211,6 @@ <h2>Truchas Development</h2>
(Feb 29, 2024)
</li>

<li>
<a href="https://github.com/truchas/truchas_releases/releases/download/23.12-2-gb64a3eb/truchas-23.12-2-gb64a3eb-Linux.tar.bz2">truchas-23.12-2-gb64a3eb-Linux.tar.bz2</a>
(Feb 26, 2024)
</li>

<li>... see <a href="https://github.com/truchas/truchas_releases/releases">here</a> for some older development releases.</li>
</ul>

Expand Down

0 comments on commit e83e0d7

Please sign in to comment.