You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
582
582
<li><p><strong>local_size</strong> – <strong>[in]</strong> Local size of the index map, i.e. the number </p></li>
583
583
<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. <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1a9b986fe6d2ee40f59fbe881ccd92b69b"><spanclass="std std-ref"><spanclass="pre">src</span></span></a></code> ranks are owners of the indices in <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><spanclass="std std-ref"><spanclass="pre">ghosts</span></span></a></code>. <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1a41bc0b350e01d55645f06fccb4aacda9"><spanclass="std std-ref"><spanclass="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 <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><spanclass="std std-ref"><spanclass="pre">comm</span></span></a></code>) of each entry in <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><spanclass="std std-ref"><spanclass="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 <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1ad3217ebf3e21d7902bf89ab1248dabb9"><spanclass="std std-ref"><spanclass="pre">comm</span></span></a></code>) of each entry in <codeclass="docutils literal notranslate"><aclass="reference internal" href="#d2/d30/classdolfinx_1_1common_1_1IndexMap_1acbb98e72d0f9accd82ced99808533c60"><spanclass="std std-ref"><spanclass="pre">ghosts</span></span></a></code></p></li>
Copy file name to clipboardExpand all lines: dolfinx/main/cpp/demos/demo_biharmonic.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -268,8 +268,8 @@ <h3>Weak formulation<a class="headerlink" href="#weak-formulation" title="Link t
268
268
\forall \ K \in \mathcal{T} \right\}
269
269
\]</div>
270
270
<p>and considering the boundary conditions</p>
271
-
<divclass="amsmath math notranslate nohighlight" id="equation-db3efb39-9cb5-465a-b60f-dde034c52a79">
272
-
<spanclass="eqno">(1)<aclass="headerlink" href="#equation-db3efb39-9cb5-465a-b60f-dde034c52a79" title="Permalink to this equation">#</a></span>\[\begin{align}
271
+
<divclass="amsmath math notranslate nohighlight" id="equation-0215e971-c8c3-4a4c-aa37-83f5e410ab46">
272
+
<spanclass="eqno">(1)<aclass="headerlink" href="#equation-0215e971-c8c3-4a4c-aa37-83f5e410ab46" title="Permalink to this equation">#</a></span>\[\begin{align}
273
273
u &= 0 \quad {\rm on} \ \partial\Omega, \\
274
274
\nabla^{2} u &= 0 \quad {\rm on} \ \partial\Omega,
0 commit comments