<li> Fixed: The TrilinosWrappers::SparseMatrix::operator() and
TrilinosWrappers::SparseMatrix::el() functions sometimes produced
-wrong results for rectangular matrices. This is now fixed.
+wrong results for rectangular matrices. The same is true for
+TrilinosWrappers::SparsityPattern::exists(). This is now fixed.
<br>
-(Habib Talavatifard, Wolfgang Bangerth 2011/05/09)
+(Habib Talavatifard, Wolfgang Bangerth 2011/05/09, 2011/05/27)
<li> Changed: DoFTools is now a namespace. It has long been a class that
had only public, static member functions, making the end result semantically
// $Id$
// Version: $Name$
//
-// Copyright (C) 2008, 2009, 2010 by the deal.II authors
+// Copyright (C) 2008, 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
{
// Extract local indices in
// the matrix.
- int trilinos_i = graph->LRID(i), trilinos_j = graph->LRID(j);
+ int trilinos_i = graph->LRID(i), trilinos_j = graph->LCID(j);
// If the data is not on the
// present processor, we throw
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams