← Back to team overview

dolfin team mailing list archive

Re: Bug(?) using multiple discrete functions in forms

 

On Wed, Mar 04, 2009 at 09:42:13PM +0100, Anders Logg wrote:

> Until this is in place, you should be able to do this already
> now. Just store the vectors to file and read them back in again.
> 
> file << u.vector()
> 
> file >> u.vector()

On second thought, try the new constructor I just added:

  Function u(V, "vector.xml");

When it's been verified that this works both in Python and C++, and
the demos have been migrated we can remove the precompiled elements.

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups

References