#!/bin/csh -f
# fish: set default poisson problem

echo Pde: Poisson equation
cat >! pde.dat <<EOF
1 0
EOF
