Professor Bangerth - Thank you for your reply. I may try this but I also plan to look into HDF5 to see if that might be effective.
Thank you again! Jonathan On Friday, October 19, 2018 at 1:20:37 PM UTC-4, Jonathan Russ wrote: > > Good afternoon - > > I am implementing an algorithm in which I need to save some data and the > distributed solution vector at each time increment for later use. Since > this is potentially a lot of data that I cannot store in available memory I > would like to be able to write this data out to binary files which I may > read back in later. Is there a good data structure in dealii that might > allow me to do this? I see "block_write" in the non-distributed > Vector<double> class but I do not see this write/read functionality in the > FullMatrix or distributed vector classes. Perhaps there is a better way to > do what I want with some data structure I am unfamiliar with. > > Thank you in advance for your help, > Jonathan > -- 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]. For more options, visit https://groups.google.com/d/optout.
