Skip to content

Commit edf8641

Browse files
author
FEniCS GitHub Actions
committed
1 parent 86b4ced commit edf8641

485 files changed

Lines changed: 18473 additions & 7361 deletions

File tree

Some content is hidden

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

dolfinx/main/cpp/common.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h1>Common (<code class="docutils literal notranslate"><span class="pre">dolfinx
533533
<dl class="field-list simple">
534534
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
535535
<dd class="field-odd"><ul class="simple">
536-
<li><p><strong>comm</strong> – MPI communicator that the index map is distributed across. </p></li>
536+
<li><p><strong>comm</strong><strong>[in]</strong> MPI communicator that the index map is distributed across. </p></li>
537537
<li><p><strong>local_size</strong><strong>[in]</strong> Local size of the index map, i.e. the number of owned entries. </p></li>
538538
</ul>
539539
</dd>
@@ -556,10 +556,10 @@ <h1>Common (<code class="docutils literal notranslate"><span class="pre">dolfinx
556556
<dl class="field-list simple">
557557
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
558558
<dd class="field-odd"><ul class="simple">
559-
<li><p><strong>comm</strong> – MPI communicator that the index map is distributed across. </p></li>
559+
<li><p><strong>comm</strong><strong>[in]</strong> MPI communicator that the index map is distributed across. </p></li>
560560
<li><p><strong>local_size</strong><strong>[in]</strong> Local size of the index map, i.e. the number of owned entries </p></li>
561-
<li><p><strong>ghosts</strong> – The global indices of ghost entries </p></li>
562-
<li><p><strong>owners</strong> – Owner rank (on <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><span class="std std-ref"><span class="pre">comm</span></span></a></code>) of each entry in <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><span class="std std-ref"><span class="pre">ghosts</span></span></a></code></p></li>
561+
<li><p><strong>ghosts</strong><strong>[in]</strong> The global indices of ghost entries </p></li>
562+
<li><p><strong>owners</strong><strong>[in]</strong> Owner rank (on <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><span class="std std-ref"><span class="pre">comm</span></span></a></code>) of each entry in <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><span class="std std-ref"><span class="pre">ghosts</span></span></a></code></p></li>
563563
<li><p><strong>tag</strong><strong>[in]</strong> Tag used in non-blocking MPI calls in the consensus algorithm. </p></li>
564564
</ul>
565565
</dd>
@@ -578,11 +578,11 @@ <h1>Common (<code class="docutils literal notranslate"><span class="pre">dolfinx
578578
<dl class="field-list simple">
579579
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
580580
<dd class="field-odd"><ul class="simple">
581-
<li><p><strong>comm</strong> – MPI communicator that the index map is distributed across. </p></li>
581+
<li><p><strong>comm</strong><strong>[in]</strong> MPI communicator that the index map is distributed across. </p></li>
582582
<li><p><strong>local_size</strong><strong>[in]</strong> Local size of the index map, i.e. the number </p></li>
583583
<li><p><strong>src_dest</strong><strong>[in]</strong> Lists of [0] src and [1] dest ranks. The list in each must be sorted and not contain duplicates. <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1a9b986fe6d2ee40f59fbe881ccd92b69b"><span class="std std-ref"><span class="pre">src</span></span></a></code> ranks are owners of the indices in <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><span class="std std-ref"><span class="pre">ghosts</span></span></a></code>. <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1a41bc0b350e01d55645f06fccb4aacda9"><span class="std std-ref"><span class="pre">dest</span></span></a></code> ranks are the rank that ghost indices owned by the caller. </p></li>
584-
<li><p><strong>ghosts</strong> – The global indices of ghost entries </p></li>
585-
<li><p><strong>owners</strong> – Owner rank (on <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><span class="std std-ref"><span class="pre">comm</span></span></a></code>) of each entry in <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><span class="std std-ref"><span class="pre">ghosts</span></span></a></code></p></li>
584+
<li><p><strong>ghosts</strong><strong>[in]</strong> The global indices of ghost entries </p></li>
585+
<li><p><strong>owners</strong><strong>[in]</strong> Owner rank (on <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><span class="std std-ref"><span class="pre">comm</span></span></a></code>) of each entry in <code class="docutils literal notranslate"><a class="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><span class="std std-ref"><span class="pre">ghosts</span></span></a></code></p></li>
586586
</ul>
587587
</dd>
588588
</dl>

dolfinx/main/cpp/demos/demo_biharmonic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ <h3>Weak formulation<a class="headerlink" href="#weak-formulation" title="Link t
268268
\forall \ K \in \mathcal{T} \right\}
269269
\]</div>
270270
<p>and considering the boundary conditions</p>
271-
<div class="amsmath math notranslate nohighlight" id="equation-db3efb39-9cb5-465a-b60f-dde034c52a79">
272-
<span class="eqno">(1)<a class="headerlink" href="#equation-db3efb39-9cb5-465a-b60f-dde034c52a79" title="Permalink to this equation">#</a></span>\[\begin{align}
271+
<div class="amsmath math notranslate nohighlight" id="equation-0215e971-c8c3-4a4c-aa37-83f5e410ab46">
272+
<span class="eqno">(1)<a class="headerlink" href="#equation-0215e971-c8c3-4a4c-aa37-83f5e410ab46" title="Permalink to this equation">#</a></span>\[\begin{align}
273273
u &amp;= 0 \quad {\rm on} \ \partial\Omega, \\
274274
\nabla^{2} u &amp;= 0 \quad {\rm on} \ \partial\Omega,
275275
\end{align}\]</div>

0 commit comments

Comments
 (0)