#! /bin/sh

for i in `ls *.xml`
do
   php genexp.php $i
done

php exptypemap.php MatExport Viscoelastic

mkdir -p ../../../export/mat/viscoelastic

rm -f ../../../export/mat/viscoelastic/*.cpp ../../../export/mat/viscoelastic/*.h ../../../export/mat/viscoelastic/*.hpp

mv *.cpp *.h *.hpp ../../../export/mat/viscoelastic

