From 45eafe7c89bb02e9ccc67e169af6eb3012b31d8b Mon Sep 17 00:00:00 2001 From: holl- Date: Sat, 4 Jan 2025 22:31:10 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tum-pbs/?= =?UTF-8?q?PhiFlow@e181b8782374f0270ad10c53b55607c535971af2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Billiards.html | 8 +- Cookbook.html | 111 +++++++++--------- Fluid_Simulation.html | 14 +-- Heightmaps.html | 26 ++-- IO_with_Scenes.html | 30 ++--- Math_Introduction.html | 34 +++--- data/sim_000000/batched_noise_data_000000.npz | Bin 9722 -> 9769 bytes data/sim_000000/description.json | 8 +- data/sim_000000/noise_data_000000.npz | Bin 4069 -> 4053 bytes data/sim_000001/batched_noise_data_000000.npz | Bin 4052 -> 4058 bytes data/sim_000001/description.json | 2 +- data/sim_000002/batched_noise_data_000000.npz | Bin 4042 -> 4069 bytes data/sim_000002/description.json | 2 +- data/sim_000003/batched_noise_data_000000.npz | Bin 4049 -> 4065 bytes data/sim_000003/description.json | 2 +- data/sim_000004/batched_noise_data_000000.npz | Bin 4059 -> 4066 bytes data/sim_000004/description.json | 2 +- phi/field/index.html | 7 +- phi/physics/fluid.html | 4 +- 19 files changed, 128 insertions(+), 122 deletions(-) diff --git a/Billiards.html b/Billiards.html index 5df185c05..697d13075 100644 --- a/Billiards.html +++ b/Billiards.html @@ -15300,7 +15300,7 @@

Billiards in ΦFlow -
/tmp/ipykernel_1935/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1883/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
   dist_norm = math.vec_length(dist, eps=1e-4)  # eps to avoid NaN during backprop of sqrt
 
@@ -15580,7 +15580,7 @@

Billiards in ΦFlow -
/tmp/ipykernel_1935/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1883/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
   dist_norm = math.vec_length(dist, eps=1e-4)  # eps to avoid NaN during backprop of sqrt
 
@@ -16556,7 +16556,7 @@

Billiards in ΦFlow -
/tmp/ipykernel_1935/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1883/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
   dist_norm = math.vec_length(dist, eps=1e-4)  # eps to avoid NaN during backprop of sqrt
 
@@ -16651,7 +16651,7 @@

Billiards in ΦFlow
/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/site-packages/phiml/math/_functional.py:628: RuntimeWarning: Using torch for gradient computation because numpy does not support jacobian()
   warnings.warn(f"Using {math.default_backend()} for gradient computation because {key.backend} does not support jacobian()", RuntimeWarning)
-/tmp/ipykernel_1935/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+/tmp/ipykernel_1883/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
   dist_norm = math.vec_length(dist, eps=1e-4)  # eps to avoid NaN during backprop of sqrt
 
diff --git a/Cookbook.html b/Cookbook.html index 350de951c..e670e0ae3 100644 --- a/Cookbook.html +++ b/Cookbook.html @@ -15157,13 +15157,13 @@

Import for NumPy, TensorFlow @@ -15351,7 +15351,7 @@

Sample Random Values -
(examplesᵇ=10, vectorᶜ=x,y) 0.587 ± 0.246 (4e-02...9e-01)
+
(examplesᵇ=10, vectorᶜ=x,y) 0.488 ± 0.306 (3e-02...1e+00)
@@ -15401,7 +15401,7 @@

Slice a Tensor -
(x=0.735, y=0.559)
+
(x=0.601, y=0.630)
@@ -15450,18 +15450,18 @@