-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Add viscosity variable in Fluid_Simulation.ipynb
- Loading branch information
Showing
2 changed files
with
40 additions
and
38 deletions.
There are no files selected for viewing
Submodule PhiML
updated
23 files
+1 −1 | .github/workflows/unit-tests.yml | |
+1 −1 | phiml/VERSION | |
+2 −33 | phiml/backend/_backend.py | |
+1 −1 | phiml/backend/_dtype.py | |
+0 −3 | phiml/backend/_linalg.py | |
+1 −7 | phiml/backend/_numpy_backend.py | |
+0 −5 | phiml/backend/jax/_jax_backend.py | |
+1 −40 | phiml/backend/tensorflow/_tf_backend.py | |
+0 −9 | phiml/backend/torch/_torch_backend.py | |
+1 −5 | phiml/math/__init__.py | |
+21 −93 | phiml/math/_functional.py | |
+7 −10 | phiml/math/_magic_ops.py | |
+12 −149 | phiml/math/_nd.py | |
+52 −101 | phiml/math/_ops.py | |
+3 −20 | phiml/math/_shape.py | |
+40 −293 | phiml/math/_sparse.py | |
+10 −18 | phiml/math/_tensors.py | |
+82 −527 | phiml/math/_trace.py | |
+4 −4 | phiml/math/extrapolation.py | |
+4 −43 | tests/commit/math/test__functional.py | |
+0 −50 | tests/commit/math/test__nd.py | |
+0 −36 | tests/commit/math/test__ops.py | |
+0 −15 | tests/commit/math/test__shape.py |
Large diffs are not rendered by default.
Oops, something went wrong.