Skip to content

Commit

Permalink
Deploy docs to develop by GitHub Actions triggered by ace0e6f
Browse files Browse the repository at this point in the history
  • Loading branch information
2DMAT Developers committed Mar 13, 2024
1 parent 2aa2c55 commit 51ddf88
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 3 additions & 2 deletions manual/develop/en/_sources/algorithm/mapper_mpi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ Mesh definition file
^^^^^^^^^^^^^^^^^^^^^^^^^^

Define the grid space to be explored in this file.
The first column is the index of the mesh, and the second and subsequent columns are the values of variables defined in ``string_list`` in the ``[solver.param]`` section.
1 + ``dimension`` columns are required.
The first column is the index of the mesh, and the second and subsequent columns are the values of parameter.

Below, a sample file is shown.
A sample file for two dimensions is shown below.

.. code-block::
Expand Down
5 changes: 3 additions & 2 deletions manual/develop/en/algorithm/mapper_mpi.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ <h2>Refernce file<a class="headerlink" href="#refernce-file" title="Link to this
<section id="mesh-definition-file">
<h3>Mesh definition file<a class="headerlink" href="#mesh-definition-file" title="Link to this heading"></a></h3>
<p>Define the grid space to be explored in this file.
The first column is the index of the mesh, and the second and subsequent columns are the values of variables defined in <code class="docutils literal notranslate"><span class="pre">string_list</span></code> in the <code class="docutils literal notranslate"><span class="pre">[solver.param]</span></code> section.</p>
<p>Below, a sample file is shown.</p>
1 + <code class="docutils literal notranslate"><span class="pre">dimension</span></code> columns are required.
The first column is the index of the mesh, and the second and subsequent columns are the values of parameter.</p>
<p>A sample file for two dimensions is shown below.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="mi">1</span> <span class="mf">6.000000</span> <span class="mf">6.000000</span>
<span class="mi">2</span> <span class="mf">6.000000</span> <span class="mf">5.750000</span>
<span class="mi">3</span> <span class="mf">6.000000</span> <span class="mf">5.500000</span>
Expand Down
2 changes: 1 addition & 1 deletion manual/develop/en/searchindex.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions manual/develop/ja/_sources/algorithm/mapper_mpi.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,12 @@ MPI 並列を行う場合は、 `mpi4py <https://mpi4py.readthedocs.io/en/stable
^^^^^^^^^^^^^^^^^^^^^^^^^^

本ファイルで探索するグリッド空間を定義します。
1 + ``dimension`` 列のテキストファイルで、
1列目にメッシュのインデックス、
2列目以降は ``[solver.param]`` セクションにある、
``string_list`` で定義された変数に入る値が入ります
2列目以降は探索パラメータ :math:`x` に対応する値を記載します。
また、 ``#`` から始まる行はコメントとして無視されます

以下、サンプルを記載します
以下、2次元パラメータ空間探索のサンプルを記載します

.. code-block::
Expand Down
7 changes: 4 additions & 3 deletions manual/develop/ja/algorithm/mapper_mpi.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ <h2>アルゴリズム補助ファイル<a class="headerlink" href="#id3" title=
<section id="id4">
<h3>メッシュ定義ファイル<a class="headerlink" href="#id4" title="Link to this heading"></a></h3>
<p>本ファイルで探索するグリッド空間を定義します。
1 + <code class="docutils literal notranslate"><span class="pre">dimension</span></code> 列のテキストファイルで、
1列目にメッシュのインデックス、
2列目以降は <code class="docutils literal notranslate"><span class="pre">[solver.param]</span></code> セクションにある、
<code class="docutils literal notranslate"><span class="pre">string_list</span></code> で定義された変数に入る値が入ります</p>
<p>以下、サンプルを記載します</p>
2列目以降は探索パラメータ <span class="math notranslate nohighlight">\(x\)</span> に対応する値を記載します。
また、 <code class="docutils literal notranslate"><span class="pre">#</span></code> から始まる行はコメントとして無視されます</p>
<p>以下、2次元パラメータ空間探索のサンプルを記載します</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="mi">1</span> <span class="mf">6.000000</span> <span class="mf">6.000000</span>
<span class="mi">2</span> <span class="mf">6.000000</span> <span class="mf">5.750000</span>
<span class="mi">3</span> <span class="mf">6.000000</span> <span class="mf">5.500000</span>
Expand Down
2 changes: 1 addition & 1 deletion manual/develop/ja/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 51ddf88

Please sign in to comment.