octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Patch] fem-fenics patches


From: Marco Vassallo
Subject: Re: [Patch] fem-fenics patches
Date: Wed, 5 Mar 2014 11:57:17 +0000




On Wed, Mar 5, 2014 at 9:52 AM, c. <address@hidden> wrote:

On 5 Mar 2014, at 09:37, Marco Vassallo <address@hidden> wrote:

> My idea was only that the patch submitted yesterday was an extension of what we already had.
> The old syntax still works fine, and I wanted to add the matrix version as soon as possible using Daniel
> contribution as a starting point.

I still prefer the other approach, joining coordinates of multiple points into a matrix is more consistent
with the python API and with the common expectation of Octave/Matlab users that most functions should work
as expected when a scalar is substituted by a vector or a vector by a matrix.


Ok I see your point. I submit a new function as soon as possible.
Daniel, I hope you don't mind to do something like

feval (f, [x;y;z])

instead of

feval (f, x, y, z)

Marco
c.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]