Update helicalMixer benchmarks

This commit is contained in:
xuwenxuan
2025-07-03 20:11:40 +08:00
parent b7f051e099
commit 4ba301f9d0
36 changed files with 1360 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
ls | grep -P "^(([0-9]+\.?[0-9]*)|(\.[0-9]+))$" | xargs -d"\n" rm -rf
rm -rf VTK
#------------------------------------------------------------------------------