The Python mixed-poisson demo is failing in parallel because the
extraction of sub-functions via split() is making a deep copy, even
though it should be a 'shallow' copy. Any ideas on how to fix it?
Deep copies for sub-functions in parallel aren't yet supported by DOLFIN.
Garth