.gitignore
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
ruff.toml
zensical.toml
.github/workflows/ci.yml
.github/workflows/cla.yml
.github/workflows/docs.yml
.github/workflows/release.yml
jax_lab/__init__.py
jax_lab.egg-info/PKG-INFO
jax_lab.egg-info/SOURCES.txt
jax_lab.egg-info/dependency_links.txt
jax_lab.egg-info/requires.txt
jax_lab.egg-info/scm_file_list.json
jax_lab.egg-info/scm_version.json
jax_lab.egg-info/top_level.txt
jax_lab/core/__init__.py
jax_lab/core/base.py
jax_lab/core/boundary_conditions.py
jax_lab/core/eos.py
jax_lab/core/lattice.py
jax_lab/core/models.py
jax_lab/core/multiphase.py
jax_lab/core/precision_policy.py
jax_lab/core/thermal.py
jax_lab/core/unit.py
jax_lab/core/utils.py
jax_lab/render/__init__.py
jax_lab/render/render_utils.py
jax_lab/render/scene.py
tests/test_cascade_force_reuse.py
tests/test_checkpoint.py
tests/test_collision.py
tests/test_eos.py
tests/test_force_stencil.py
tests/test_fused_symbolic_mrt.py
tests/test_fused_symbolic_mrt_single_phase.py
tests/test_lattice.py
tests/test_local_bounceback.py
tests/test_local_wall_bc.py
tests/test_non_equilibrium_extrapolation.py
tests/test_single_phase_edm_force.py
tests/test_thermal.py
tests/test_thermal_buoyancy.py
tests/test_wetting_denominator.py
tests/eos_data/satpoints_CS.txt
tests/eos_data/satpoints_PR.txt
tests/eos_data/satpoints_RK.txt
tests/eos_data/satpoints_SRK.txt
tests/eos_data/satpoints_VW.txt
tests/performance/bench_porous_media_3d.py