ENH: parProfiling: profile linear solver only

This commit is contained in:
Mattijs Janssens
2023-05-03 19:04:10 +00:00
committed by Mark OLESEN
parent 0ae31d4c00
commit b0b3ec0d8e
17 changed files with 717 additions and 11 deletions

View 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
#------------------------------------------------------------------------------