Skip to content

Commit

Permalink
Deploying to gh-pages from @ 5b30ce5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Oct 12, 2024
1 parent f511036 commit 4ba60c2
Show file tree
Hide file tree
Showing 23 changed files with 6,103 additions and 1,796 deletions.
220 changes: 84 additions & 136 deletions Billiards.html

Large diffs are not rendered by default.

1,176 changes: 905 additions & 271 deletions Cookbook.html

Large diffs are not rendered by default.

113 changes: 49 additions & 64 deletions FLIP.html

Large diffs are not rendered by default.

3,803 changes: 3,590 additions & 213 deletions Fluid_Simulation.html

Large diffs are not rendered by default.

1,094 changes: 957 additions & 137 deletions Fluids_Tutorial.html

Large diffs are not rendered by default.

518 changes: 181 additions & 337 deletions Heightmaps.html

Large diffs are not rendered by default.

330 changes: 108 additions & 222 deletions IO_with_Scenes.html

Large diffs are not rendered by default.

394 changes: 136 additions & 258 deletions Math_Introduction.html

Large diffs are not rendered by default.

227 changes: 81 additions & 146 deletions SDF.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Unstructured.html
Original file line number Diff line number Diff line change
Expand Up @@ -15198,7 +15198,7 @@ <h2 id="Loading-an-Unstructured-Mesh">Loading an Unstructured Mesh<a class="anch
Cell <span class="ansi-green-fg">In[3], line 1</span>
<span class="ansi-green-fg">----&gt; 1</span> mesh <span style="color: rgb(98,98,98)">=</span> <span class="ansi-yellow-bg">geom</span><span class="ansi-yellow-bg" style="color: rgb(98,98,98)">.</span><span class="ansi-yellow-bg">load_su2</span><span class="ansi-yellow-bg">(</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">&#34;</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">mesh_wedge_inv.su2</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">&#34;</span><span class="ansi-yellow-bg">,</span><span class="ansi-yellow-bg"> </span><span class="ansi-yellow-bg">face_format</span><span class="ansi-yellow-bg" style="color: rgb(98,98,98)">=</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">&#39;</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">csc</span><span class="ansi-yellow-bg" style="color: rgb(175,0,0)">&#39;</span><span class="ansi-yellow-bg">)</span>

File <span class="ansi-green-fg">/opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/phi/geom/_mesh.py:478</span>, in <span class="ansi-cyan-fg">load_su2</span><span class="ansi-blue-fg">(file_or_mesh, cell_dim, face_format)</span>
File <span class="ansi-green-fg">/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/phi/geom/_mesh.py:478</span>, in <span class="ansi-cyan-fg">load_su2</span><span class="ansi-blue-fg">(file_or_mesh, cell_dim, face_format)</span>
<span class="ansi-green-intense-fg ansi-bold"> 464</span> <span style="color: rgb(175,0,0)">&#34;&#34;&#34;</span>
<span class="ansi-green-intense-fg ansi-bold"> 465</span> <span style="color: rgb(175,0,0)">Load an unstructured mesh from a `.su2` file.</span>
<span class="ansi-green-intense-fg ansi-bold"> 466</span>
Expand Down
Binary file modified data/sim_000000/batched_noise_data_000000.npz
Binary file not shown.
8 changes: 4 additions & 4 deletions data/sim_000000/description.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
null
],
"data": [
0.1056535467505455,
0.3720528483390808,
0.40077075362205505,
0.9527272582054138
0.1267237514257431,
0.651422381401062,
0.710021436214447,
0.49623769521713257
]
},
"__tensors__": [
Expand Down
Binary file modified data/sim_000000/noise_data_000000.npz
Binary file not shown.
Binary file modified data/sim_000001/batched_noise_data_000000.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion data/sim_000001/description.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"smoothness": 0.1056535467505455
"smoothness": 0.1267237514257431
}
Binary file modified data/sim_000002/batched_noise_data_000000.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion data/sim_000002/description.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"smoothness": 0.3720528483390808
"smoothness": 0.651422381401062
}
Binary file modified data/sim_000003/batched_noise_data_000000.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion data/sim_000003/description.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"smoothness": 0.40077075362205505
"smoothness": 0.710021436214447
}
Binary file modified data/sim_000004/batched_noise_data_000000.npz
Binary file not shown.
2 changes: 1 addition & 1 deletion data/sim_000004/description.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"smoothness": 0.9527272582054138
"smoothness": 0.49623769521713257
}
2 changes: 1 addition & 1 deletion phi/field/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ <h2 id="args">Args</h2>
</dl></div>
</dd>
<dt id="phi.field.divergence"><code class="name flex">
<span>def <span class="ident">divergence</span></span>(<span>field: phi.field._field.Field, order=2, implicit: phiml.math._optimize.Solve = None, upwind: phi.field._field.Field = None, implicitness: int = None) ‑> <function <a title="phi.field.CenteredGrid" href="#phi.field.CenteredGrid">CenteredGrid()</a> at 0x7fc069b6eca0></span>
<span>def <span class="ident">divergence</span></span>(<span>field: phi.field._field.Field, order=2, implicit: phiml.math._optimize.Solve = None, upwind: phi.field._field.Field = None, implicitness: int = None) ‑> <function <a title="phi.field.CenteredGrid" href="#phi.field.CenteredGrid">CenteredGrid()</a> at 0x7fd5880a2ca0></span>
</code></dt>
<dd>
<div class="desc"><p>Computes the divergence of a grid using finite differences.</p>
Expand Down
4 changes: 2 additions & 2 deletions phi/physics/fluid.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h2 id="returns">Returns</h2>
<p>Velocity of same type as <code>velocity</code></p></div>
</dd>
<dt id="phi.physics.fluid.boundary_push"><code class="name flex">
<span>def <span class="ident">boundary_push</span></span>(<span>particles: <function PointCloud at 0x7fc069b6fc40>, obstacles: tuple, separation: float = 0.5) ‑> <function PointCloud at 0x7fc069b6fc40></span>
<span>def <span class="ident">boundary_push</span></span>(<span>particles: <function PointCloud at 0x7fd5880a3c40>, obstacles: tuple, separation: float = 0.5) ‑> <function PointCloud at 0x7fd5880a3c40></span>
</code></dt>
<dd>
<div class="desc"><p>Enforces boundary conditions by correcting possible errors of the advection step and shifting particles out of
Expand Down Expand Up @@ -104,7 +104,7 @@ <h2 id="returns">Returns</h2>
</dl></div>
</dd>
<dt id="phi.physics.fluid.make_incompressible"><code class="name flex">
<span>def <span class="ident">make_incompressible</span></span>(<span>velocity: phi.field._field.Field, obstacles: <a title="phi.physics.fluid.Obstacle" href="#phi.physics.fluid.Obstacle">Obstacle</a> = (), solve: phiml.math._optimize.Solve = auto with tolerance None (rel), None (abs), max_iterations=1000, active: <function CenteredGrid at 0x7fc069b6eca0> = None, order: int = 2, correct_skew=False, wide_stencil: bool = None) ‑> Tuple[phi.field._field.Field, phi.field._field.Field]</span>
<span>def <span class="ident">make_incompressible</span></span>(<span>velocity: phi.field._field.Field, obstacles: <a title="phi.physics.fluid.Obstacle" href="#phi.physics.fluid.Obstacle">Obstacle</a> = (), solve: phiml.math._optimize.Solve = auto with tolerance None (rel), None (abs), max_iterations=1000, active: <function CenteredGrid at 0x7fd5880a2ca0> = None, order: int = 2, correct_skew=False, wide_stencil: bool = None) ‑> Tuple[phi.field._field.Field, phi.field._field.Field]</span>
</code></dt>
<dd>
<div class="desc"><p>Projects the given velocity field by solving for the pressure and subtracting its spatial_gradient.</p>
Expand Down

0 comments on commit 4ba60c2

Please sign in to comment.