Skip to content

Commit

Permalink
deploy: 79937bc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2025
1 parent 464f9b1 commit dc83f0f
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 230 deletions.
16 changes: 8 additions & 8 deletions dev/api/generated/lapy.diffgeo.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,9 @@
<p>Divergence is the flux density leaving or entering a point.
It can be measured by summing the dot product of the vector
field with the normals to the outer faces of the 1-ring tetras
around a vertex. Summing <span class="math notranslate nohighlight">\(&lt; tfunc , n_tria_oposite_v &gt;\)</span>,
around a vertex. Summing &lt; tfunc , n_tria_oposite_v &gt;,
this is the integrated divergence, you may want to multiply
with <span class="math notranslate nohighlight">\(B^-1\)</span> to get back the function in some applications.</p>
with <span class="math notranslate nohighlight">\(B^{-1}\)</span> to get back the function in some applications.</p>
<dl class="field-list">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><dl>
Expand Down Expand Up @@ -461,7 +461,7 @@
<dd><p>Compute integrated divergence of a 3d triangle function f (for each vertex).</p>
<p>Divergence is the flux density leaving or entering a point.
Note: this is the integrated divergence, you may want to multiply
with B^-1 to get back the function in some applications</p>
with <span class="math notranslate nohighlight">\(B^{-1}\)</span> to get back the function in some applications</p>
<dl class="field-list">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><dl>
Expand Down Expand Up @@ -489,9 +489,9 @@
<p>Divergence is the flux density leaving or entering a point.
It can be measured by summing the dot product of the vector
field with the normals to the outer edges of the 1-ring triangles
around a vertex. Summing <span class="math notranslate nohighlight">\(&lt; tfunc , e_ij cross n &gt;\)</span>,
around a vertex. Summing &lt; tfunc , e_ij cross n &gt;,
this is the integrated divergence, you may want to multiply
with <span class="math notranslate nohighlight">\(B^-1\)</span> to get back the function in some applications.</p>
with <span class="math notranslate nohighlight">\(B^{-1}\)</span> to get back the function in some applications.</p>
<dl class="field-list">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><dl>
Expand Down Expand Up @@ -543,10 +543,10 @@
<dd><p>Compute gradient of a vertex function f (for each triangle).</p>
<div class="math-wrapper docutils container">
<div class="math notranslate nohighlight">
\[\begin{split}grad(f) &amp;= [ (f_j - f_i) (vi-vk)' + (f_k - f_i) (vj-vi)' ] / (2 A) \\
&amp;= [ f_i (vk-vj)' + f_j (vi-vk)' + f_k (vj-vi)' ] / (2 A)\end{split}\]</div>
\[\begin{split}grad(f) &amp;= [ (f_j - f_i) (v_i-v_k)' + (f_k - f_i) (v_j-v_i)' ] / (2 A) \\
&amp;= [ f_i (v_k-v_j)' + f_j (v_i-v_k)' + f_k (v_j-v_i)' ] / (2 A)\end{split}\]</div>
</div>
<p>for triangle (vi,vj,vk) with area A, where (.)’ is 90 degrees rotated
<p>for triangle <span class="math notranslate nohighlight">\((v_i,v_j,v_k)\)</span> with area <span class="math notranslate nohighlight">\(A\)</span>, where (.)’ is 90 degrees rotated
edge, which is equal to cross(n,vec).</p>
<dl class="field-list">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
Expand Down
2 changes: 1 addition & 1 deletion dev/searchindex.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dev/tutorials/examples/Test_Plot.html

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dev/tutorials/examples/Test_Plot.ipynb

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dev/tutorials/examples/Test_TetMesh_Geodesics.html

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions dev/tutorials/examples/Test_TetMesh_Geodesics.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions dev/tutorials/examples/Test_TriaMesh_Geodesics.html

Large diffs are not rendered by default.

202 changes: 104 additions & 98 deletions dev/tutorials/examples/Test_TriaMesh_Geodesics.ipynb

Large diffs are not rendered by default.

0 comments on commit dc83f0f

Please sign in to comment.