[Trilinos-Users] BUGFIX in EpetraExt_HDF5.cpp

Cristiano Malossi cristiano.malossi at epfl.ch
Tue Aug 30 11:01:45 MDT 2011


Hello,

there is a small bug in the file EpetraExt_HDF5.cpp. At line 796 the call:

A2->FillComplete(DomainMap, RangeMap);

should be replaced with

A2->GlobalAssemble(DomainMap, RangeMap);

otherwise the matrix is not correctly assembled, since it is an 
Epetra_FECrsMatrix. The problem appears especially in parallel runs.
Is it possible to include this patch in the next release? Thank you.

Best regards,

    Cristiano Malossi

-- 
        Cristiano Malossi
        Ph.D. Student

        EPFL - SB - SMA - MATHICSE
        CMCS - Modelling and Scientific Computing
        Office MA C2 577, Av.Piccard, Station 8.
        CH-1015 Lausanne (Switzerland)
        Ph.    : +41 21 69 32733
        E-mail : cristiano.malossi at epfl.ch




More information about the Trilinos-Users mailing list