Skip to content

Commit e8541f8

Browse files
Implement cylinder flow dataset
1 parent 9855674 commit e8541f8

File tree

8 files changed

+2153
-12
lines changed

8 files changed

+2153
-12
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,13 @@ projects/
173173
!benchmarks/utils/utils.py
174174
benchmarks/mechanics/gnn_shell_buckling/*
175175
!benchmarks/mechanics/gnn_shell_buckling/gnn_shell_buckling.ipynb
176-
!benchmarks/mechanics/gnn_shell_buckling/gnn_shell_buckling.svg
176+
!benchmarks/mechanics/gnn_shell_buckling/_assets
177177
benchmarks/cfd/gnn_porous_medium/*
178178
!benchmarks/cfd/gnn_porous_medium/gnn_porous_medium.ipynb
179-
!benchmarks/cfd/gnn_porous_medium/gnn_porous_medium.svg
179+
!benchmarks/cfd/gnn_porous_medium/_assets
180+
benchmarks/cfd/mgn_cylinder_flow/*
181+
!benchmarks/cfd/mgn_cylinder_flow/gnn_cylinder_flow.ipynb
182+
!benchmarks/cfd/mgn_cylinder_flow/_assets
180183

181184
# Sphinx docs
182185
docs/source/_autosummary

0 commit comments

Comments
 (0)