← Back to team overview

dolfin team mailing list archive

Re: Changes in dolfin::FiniteElement interface

 

On 5 May 2011 20:13, Johan Hake <johan.hake@xxxxxxxxx> wrote:
> Hello!
>
> Recently we have had a couple of requests to add dolfin::Cell versions of
> ufc::cell versions of methods in dolfin::FiniteElement. There are quite many
> of the methods, and I think it looks ugly to have duplicates of all of these.
>
> Would it be OK to remove all dolfin::Cell versions and require C++ users to
> generate a UFCCell, if they only have a dolfin::Cell, before they call the
> corresponding method? We could then just add a typemap on the Pythonside
> making it possible to call these methods using a dolfin::Cell.

So you want to remove the ability of using dolfin::Cell in C++ so you
can add it in Python?
I vote for making both available in C++ and Python, if that is not
possible, let's keep things the way they are.

Kristian

> What you say?
>
> Johan
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dolfin
> Post to     : dolfin@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dolfin
> More help   : https://help.launchpad.net/ListHelp
>



Follow ups

References