← Back to team overview

dolfin team mailing list archive

Re: [HG dolfin] merge

 

On Tue, Jan 30, 2007 at 10:32:41AM +0100, jjan@xxxxxxxxxxx wrote:
> > changeset:   2629:fc67a26a81fa844a8844b9813e3daa306080f123
> > parent:      2625:8a5965670e0dd3a01f2ecb5b26b5ad5cf63e0ead
> > user:        "Anders Logg <logg@xxxxxxxxx>"
> > date:        Mon Jan 29 21:56:56 2007 +0100
> > files:       src/demo/scripting/pydolfin/plotting.py
> > src/kernel/function/DiscreteFunction.cpp src/kernel/function/Function.cpp
> > src/pydolfin/dolfin_mesh_pre.i
> > description:
> > Enable interpolation of user-defined functions (without needing to
> > define a finite element). Initial work on simple plotting demo (still
> > need to fix Point.x/y/z() in PyDOLFIN.
> >
> 
> The standard Python selectors p[i] work for Point. It would be nice to
> only have a single interface for selecting elements though, now I think we
> have 3.
> 
>   Johan

ok, good. But maybe x(), y() z() would also be good to have?

What do you mean by elements? Which are the different options?

/Anders


References