On Wed, 20 Aug 2014, Rodrigo Broggi wrote: > At this point I can only think that I've messed up with the matrix > assembling. Someone knows how can I print the stiffness matrix once > assembled?
Something like: // libMesh::out.precision(16); // if you need libMesh::out << "J = [" << *(system.matrix) << "];" << std::endl; --- Roy ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
