dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #03014
Re: [HG] Split la unit tests into separate files.
On Fri, Aug 11, 2006 at 12:46:12PM +0200, Garth N. Wells wrote:
> What's the status with using linear algebra from pyDOLFIN? Is it
> possible yet to assign vectors, add vectors and so forth?
>
> Garth
>
Previously most operators have existed. Assignment is not redefinable
in Python, so I renamed it "copy()". operator+=() etc. are
automatically translated.
I would vote for keeping a small set of operators in GenericVector
which are guaranteed to be provided by PyDOLFIN. Otherwise we will
have different syntax for uBlasVector and PETScVector.
Johan
Follow ups
References