From 30b73baaf4c66e64cfb439aeb5968fb4d6475b8c Mon Sep 17 00:00:00 2001 From: holl- Date: Sat, 4 Jan 2025 13:37:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20tum-pbs/?= =?UTF-8?q?PhiFlow@4e5d3b27597cedbc9379041b0d538ca8ba05f6bf=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 | 108 +++++++++--------- Fluid_Simulation.html | 14 +-- Heightmaps.html | 39 ++++--- IO_with_Scenes.html | 30 ++--- Math_Introduction.html | 34 +++--- Unstructured.html | 20 ++-- data/sim_000000/batched_noise_data_000000.npz | Bin 9734 -> 9721 bytes data/sim_000000/description.json | 8 +- data/sim_000000/noise_data_000000.npz | Bin 4058 -> 4064 bytes data/sim_000001/batched_noise_data_000000.npz | Bin 4049 -> 4057 bytes data/sim_000001/description.json | 2 +- data/sim_000002/batched_noise_data_000000.npz | Bin 4056 -> 4057 bytes data/sim_000002/description.json | 2 +- data/sim_000003/batched_noise_data_000000.npz | Bin 4063 -> 4046 bytes data/sim_000003/description.json | 2 +- data/sim_000004/batched_noise_data_000000.npz | Bin 4058 -> 4057 bytes data/sim_000004/description.json | 2 +- phi/field/index.html | 2 +- phi/geom/index.html | 80 +++++++++++-- phi/physics/fluid.html | 4 +- 21 files changed, 211 insertions(+), 144 deletions(-) diff --git a/Billiards.html b/Billiards.html index ff4844055..f892d4527 100644 --- a/Billiards.html +++ b/Billiards.html @@ -15300,7 +15300,7 @@

Billiards in ΦFlow -
/tmp/ipykernel_1938/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1934/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_1938/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1934/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_1938/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+
/tmp/ipykernel_1934/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_1938/1958517515.py:4: DeprecationWarning: phiml.math.length is deprecated in favor of phiml.math.norm
+/tmp/ipykernel_1934/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 e0c35a75b..03cac505b 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.515 ± 0.285 (4e-02...9e-01)
+
(examplesᵇ=10, vectorᶜ=x,y) 0.446 ± 0.263 (4e-02...9e-01)
@@ -15401,7 +15401,7 @@

Slice a Tensor -
(x=0.422, y=0.584)
+
(x=0.521, y=0.035)
@@ -15450,18 +15450,18 @@