← Back to team overview

dolfin team mailing list archive

GenericVector and PyDOLFIN

 

What's going on behind the scene when I copy one vector to another in PyDOLFIN using

    u0.vector()[:] = u.vector()[:]

? The issue is that it doesn't work in parallel.

Garth


Follow ups