Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This directory contains example Tesseract configurations, notebooks. and scripts
## Examples

- [Simple](simple/demo.ipynb): A basic example of using Tesseract-JAX with a simple vector addition task. It demonstrates how to build a Tesseract and execute it within JAX.
- [CFD](cfd/demo.ipynb): A more complex example demonstrating how to use Tesseract-JAX to differentiate through a computational fluid dynamics (CFD) simulation Tesseract.
- [CFD](cfd/demo.ipynb): A more complex example demonstrating how to use Tesseract-JAX to differentiate through a computational fluid dynamics (CFD) simulation in an optimization context.
860 changes: 318 additions & 542 deletions examples/cfd/demo.ipynb

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion examples/cfd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jax_cfd
matplotlib
scipy
tqdm
pillow
optax
Binary file removed examples/cfd/vorticity.gif
Binary file not shown.
Loading