name_of_system.matrix->print(); should do the trick. Have a look at sparse_matrix.h for more details.
- Dave yunfei zhu wrote: > Hi, > when we add elemenet matrix into the global matrix by stament like: > name_of_system.matrix->add_matrix(Ke, dof_indices); > If I want to print out the global matrix, how should I achieve that? Is > there some function like print() to do that? > Thank you very much. > > Regards, > yunfei > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
