← Back to team overview

dolfin team mailing list archive

Re: assemebling process for a trilinearform

 

On Tue, Jan 29, 2008 at 04:21:00PM +0100, Anne Voigt wrote:
> Am Dienstag, den 29.01.2008, 15:48 +0100 schrieb Anders Logg:
> > On Tue, Jan 29, 2008 at 11:17:16AM +0100, Anne Voigt wrote:
> > > Am Dienstag, den 22.01.2008, 11:03 +0100 schrieb Anders Logg:
> > > > Please resend to the mailing list.
> > > > 
> > > 
> > > Okay, I did the job so far. I've implemented my own Tensor class, a
> > > SparsityPattern class and the corresponding factory. The assembler still
> > > does not work. It breaks down in the function
> > > SparsityPatternBuilder::build(), where there is no implementation for
> > > forms with rank > 2. Is there another way to assemble the tensor with
> > > the trilinearform? Or did I something wrong?
> > > 
> > > Anne
> > 
> > Yes, sorry. We need to fix this. Should be a simple fix. This week is
> > pretty full for me, but I'll try to squeeze it in.
> > 
> 
> You don't need to squeeze it in! We found a way to do not use the
> SparsityPattern for the assembling process. So it seems to work :-)

ok, good!

> Thanks for your support Anne

It turned out to be a simple fix so SparsityPatternBuilder should now
be able to build sparsity patterns for general rank tensors. See if it
works.

-- 
Anders


References