> I need to writing transient solutions into files and read them back later > (not for plotting). It seems I can access transient solutions at each time > step by current_local_solution, which is NumericVector type. I wonder if > there are some functions that deal with reading/writing NumericVector. > > K. Lee. Hi K.
One way that's convenient is to add all the vectors that you wish to write out to a System using System::add_vector(), and then write out the EquationsSystems::write() with the WRITE_ADDITIONAL_DATA flag. Then you can just read them back into another System later ... Jens > ------------------------------------------------------------------------------ > Free Next-Gen Firewall Hardware Offer > Buy your Sophos next-gen firewall before the end March 2013 > and get the hardware for free! Learn more. > http://p.sf.net/sfu/sophos-d2d-feb > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
