[Dune] [#768] testgenericfem failes

Dune flyspray at dune-project.org
Fri Apr 23 17:13:15 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#768 - testgenericfem failes
User who did this - Christian Engwer (christi)

----------
I'm getting the impression that the matrix classes used in the generic-fem stuff are somewhat broken.

Have a look at coeffmatrix.hh, lines 240-245 and 199-204.
The skip_ vector is allocated with size+1, but is only initialized till skip_[size-1]. The last entry is unitialized and might thus be removed. But if I change the allocated size to size, I obtain a valgrind error 
"Invalid read of size 4"
in Dune::SparseCoeffMatrix::mult (line 122)

Christian
----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=768#comment1957

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list