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 physicsnemo/cfd/bench/metrics/streamlines.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def compute_streamlines(data, field):
vectors=field, # The name of the vector field
source=seed_cloud,
max_steps=1000,
max_time=10, # Control how long the streamlines are
max_length=10, # Control how long the streamlines are
integration_direction="both",
terminal_speed=1e-12,
surface_streamlines=True,
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
"scipy>=1.15.0",
"matplotlib>=3.10.0",
"trimesh>=4.6.9",
"fast-simplification>=0.1.12",
"nvidia-physicsnemo>=1.1.1",
]
classifiers = [
Expand Down
105 changes: 42 additions & 63 deletions workflows/bench_example/notebooks/surface_benchmarking.ipynb

Large diffs are not rendered by default.

Empty file modified workflows/bench_example/setup.sh
100644 → 100755
Empty file.