Skip to content

#911 solve() method for BTD matrix does not work

Metadata

Property Value
Reported by Andreas Lauser (andreas.lauser@iws.uni-stuttgart.de)
Reported at Apr 28, 2011 12:53
Type Bug Report
Version 2.1
Operating System Linux
Last edited by Oliver Sander (oliver.sander@tu-dresden.de)
Last edited at Apr 29, 2011 11:36
Closed by Oliver Sander (oliver.sander@tu-dresden.de)
Closed at Apr 29, 2011 11:36
Closed in version Unknown
Resolution Fixed
Comment in rev 1469 (trunk) and rev 1470 (2.1 branch)

Description

I get errors like

/temp/lauser/DUMUX/dune-istl/dune/istl/btdmatrix.hh: In member function ‘void Dune::BTDMatrix<B, A>::solve(V&, const V&) const’: /temp/lauser/DUMUX/dune-istl/dune/istl/btdmatrix.hh:125:9: error: ‘FMatrixHelp’ has not been declared

This happens with a checkout of the release 2.1 branch (the svn revision is release-2.1@1461). I am using gcc 4.6.0 on opensuse 11.3. I suppose this also happens with other compilers though...