← Back to team overview

dolfin team mailing list archive

Python sub-functions

 

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


Follow ups