mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: parProfiling: profile linear solver only
This commit is contained in:
committed by
Mark OLESEN
parent
0ae31d4c00
commit
b0b3ec0d8e
10
tutorials/IO/cavity_parProfiling/Allclean
Executable file
10
tutorials/IO/cavity_parProfiling/Allclean
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
cd "${0%/*}" || exit # Run from this directory
|
||||
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions # Tutorial clean functions
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
cleanCase
|
||||
|
||||
rm -f system/fvSolution
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user