Hi, I have an EquationSystems object with one System. This system has many additional vectors that I have added using System::add_vector(). I write everything out using EquationSystems::write() with the flags specified as (WRITE_DATA | WRITE_ADDITIONAL DATA).
My System has three variables, and each added vector has nonzero entries only for one of the variables. If I print each of the vectors to screen prior to writing them to disk, everything looks fine. However, if I open the .xda file and look at the additional vectors, they are messed up. Now, some vectors have nonzero entries for all variables (all entries in the vector), and some vectors have all zero variables. Interestingly, it looks as if only every third vector is nonzero. Any ideas on what could be the issue here? Best, Jens ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
