Ha! Thanks!
I think you'll find that tons of stuff is wrong / incomplete with the
Trilinos support. I did a lot of that initial wok years ago... and it
hasn't been used much since then.
Please let us know about anything you find like this and I'll merge it back
into trunk.
Derek
Sent from my iPad
On Feb 21, 2011, at 5:27 PM, Ming Q <mic...@gmail.com> wrote:
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
<http://libmesh.sourceforge.net/doxygen/classlibMesh_1_1EpetraMatrix.php#a704e963bfa13e7429384b70e37d9bb57>->SumIntoGlobalValues(m,
(int *)&rows[0], n, (int *)&cols[0], &dm.get_values()[0]);
should be
00317 _mat
<http://libmesh.sourceforge.net/doxygen/classlibMesh_1_1EpetraMatrix.php#a704e963bfa13e7429384b70e37d9bb57>->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
------------------------------------------------------------------------------
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