← Back to team overview

dolfin team mailing list archive

Re: Multicore assembly

 

On Mon, Jan 21, 2008 at 05:02:51PM +0100, Martin Sandve Alnæs wrote:
> I'm trying to implement multicore assembly in dolfin with openMP, but
> I currently have some segfaults. I'm just wondering, should
> Cell::diameter() always return a valid value for a valid cell? It
> doesn't in my code, which gives me something to work with in the
> debugging.

Yes, it should.

And it should be easy to debug. You should be able to trace the call
to diameter() down to for example TriangleCell::diameter().

-- 
Anders


References