Hello,

I am trying to print out a matrix to a file using the following commands:

std::ofstream file("mat.txt");
cell_matrix.print_formatted(file);

However, the matrix that is printed out to the file has some missing
entries, which are actually 0.

Can someone tell me how can i print the 0 entries as well?

Thanks
Vinayak

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/49b4be8d-1f9a-41ce-8b20-d0cb81a32dean%40googlegroups.com.

Reply via email to