On Sunday 28 February 2010 00:15:52 Anders Logg wrote: > On Sat, Feb 27, 2010 at 10:07:28PM +0000, Garth N. Wells wrote: > > Is there a reason why GenericVector::set is excluded from the Python > > interface, > > > > %ignore dolfin::GenericVector::set > > > > ? I need to be able to set values using a method which works in > > parallel. > > > > Garth > > I don't know. I've also been wondering about this. Try adding it back > and see what happens.
I decided to excluded it when I added the slicing interface. This was before all changes wrt to parallel DOLFIN was made. So I suppose it is just to add it back. But I remember that _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

