← Back to team overview

dolfin team mailing list archive

Re: Evaluation of functions

 

On Tue, Mar 25, 2008 at 09:26:13AM +0100, Kristen Kaasbjerg wrote:
> Johan Jansson wrote:
> > cosby@xxxxxxxxx wrote:
> >>> Yes, the mesh ordering used in DOLFIN (intentionally) screws up any
> >>> ordering, like all cells being "right-oriented" or similar.
> >>>
> >>> If this is a problem for GTS, we need to do something about the GTS
> >>> interface (not the mesh).
> >>>
> >>>     
> >>
> >> hhmm, ok.
> >> Does this reordering mean that the cell numbers before and after 
> >> differ ?
> >> If not, then I'll just do the cell searching before it is reordered and
> >> then pass the cell number to the eval function as well.
> >>
> >> Kristen
> >>   
> >
> > I've implemented the local re-ordering for tetrahedra, could you give 
> > it a try again?
> >
> >  Johan
> >
> Perfect, seems to work now. I get some very annoying output printing 
> though. Every time I call eval, the following information is printed:
> d1: 0.0411
> d2: 0.0153
> d3: 0.0553
> d4: -0.01
> 
> Kristen

Fixed.

-- 
Anders


References