Hi,
I don't know it is a bug or not. But in my computer the SumIntoGlobalValues
function took the default COLUMN_MAJOR value for the the last parameter.
Therefore line 317 in file trilinos_epetra_matrix.C:
00317 _mat->SumIntoGlobalValues(m, (int *)&rows[0], n, (int *)&cols[0],
&dm.get_values()[0]);
should be
00317 _mat->SumIntoGlobalValues(m, (int *)&rows[0], n, (int *)&cols[0],
&dm.get_values()[0], Epetra_FECrsMatrix::ROW_MAJOR);
Have a nice day,
/ Ming Q.
------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk
Collect, index and harness all the fast moving IT data generated by your
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights.
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel