Hi! We bumped into an issue with XDA restart here at INL. We ran a simulation that had one system in EquationSystems object and we saved the result (as XDA). Then we wanted to restart with more variables but also with more systems in the EquationSystems. We were not able to do that, because the loop in ES::read() went over all systems there and we already had more than that.
Attached patch is fixing this issue by storing a list of systems that were found in the XDA file and than using it instead of the member variable for setting the system vectors. Thanks, -- David Andrs
0001-EquationSystems-read-modifies-only-systems-in-the-XD.patch
Description: Binary data
------------------------------------------------------------------------------ Storage Efficiency Calculator This modeling tool is based on patent-pending intellectual property that has been used successfully in hundreds of IBM storage optimization engage- ments, worldwide. Store less, Store more with what you own, Move data to the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/
_______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
