octave-maintainers
[Top][All Lists]
Advanced

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

Re: project progress


From: marco Vassallo
Subject: Re: project progress
Date: Wed, 4 Sep 2013 15:01:03 +0200



> Subject: Re: project progress
> From: address@hidden
> Date: Wed, 4 Sep 2013 12:11:08 +0200
> To: address@hidden
> CC: address@hidden
>
>
> On 2 Sep 2013, at 09:20, c. <address@hidden> wrote:
>
> >
> > On 2 Sep 2013, at 08:53, marco Vassallo <address@hidden> wrote:
> >
> >> http://gedeone-gsoc.blogspot.it/2013/09/update-14.html
> >
> > Looks very nice, thanks!
> >
> > Though, as I wrote, it would be great to have a line-by-line comparison
> > of the implementation in Python and Octave.
> >
> > If not for this one example, at least for other simpler examples.
> >
> > c.
>
> Marco,
>
> Could you please start wotking on the tasks I mentioned above, i.e.:
>
Hi,
I'm sorry to have not yet published anything since your last request but I had an examination this morning and I forgot to warn you, sorry.

> - fem-fenics package release
> - side by side comparison of Octave and Python examples
>

I'm working on these task as you suggested but I've not yet published the code side by side because I
still have some doubt about naming convention.
In particular, at the moment, I create the function for the FunctionalspaceSpace and the Form using

    fem_create_fs ('problem')

and it generate the function

    V = problem_FunctionalSpace(mesh)

which would like to mimic the c++ command problem::FunctionalSpace.
I was wondering if it is maybe better to create a standard function FunctionalSpace which receive as input also the name of the problem:

     fem_create_fs ('problem')
     V = FunctionSpace (mesh, 'problem')

Which one do you think it is better?

Also, I still don't have figure out how the function which register all the types should work, and so I
think that I will remove it from the first release of the pkg. (fem_init_env ())


> Also, do you have any update on the MTW element implementation or the GenericMatix::nnz method?
>
No update on the MTW (and I don't think that anyone will ever do it) and also no update on the nnz
https://bitbucket.org/fenics-project/dolfin/issue/110/number-of-non-zero-entries-of-a-matrix

but I will give a better look to this problem later because at the moment, as you suggested, the priority is to put out the fem-fenics pkg to start getting feedback. I think that by the end of the week I should be able to publish all the examples side by side and a first version of the pkg.

Thanks a lot

Marco
> c.

reply via email to

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