adding SRF library, and tutorial with demonstration solver

This commit is contained in:
andy
2008-05-08 17:43:17 +01:00
parent 3e9f272de9
commit 082165d1c5
26 changed files with 2209 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
cases="mixer"
tutorialPath=`dirname $0`/..
. $tutorialPath/CleanFunctions
wclean $application
for case in $cases
do
cleanCase $case
done