#! /bin/sh

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

php exptypemap.php ConstExport Stiffness

mkdir -p ../../../export/constrained/stiffness
rm -f ../../../export/constrained/stiffness/*.cpp ../../../export/constrained/stiffness/*.h ../../../export/constrained/stiffness/*.hpp
mv *.cpp *.h *.hpp ../../../export/constrained/stiffness
