mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-08-07 03:37:02 +00:00
.github
DEMSystems
benchmarks
cmake
doc
solvers
src
tutorials
iterateGeometry
postprocessPhasicFlow
sphereGranFlow
RotatingDrumWithBaffles
caseSetup
settings
stl
ReadMe.md
cleanThisCase
runThisCase
V-blender
binarySystemOfParticles
layeredSiloFilling
rotatingDrumMedium
rotatingDrumSmall
utilities
.gitignore
CMakeLists.txt
LICENSE
README.md
phasicFlowConfig.H.in
8 lines
224 B
Bash
8 lines
224 B
Bash
#!/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
|
|
|
|
#------------------------------------------------------------------------------
|