On Sat, 26 Mar 2016, Harshad Sahasrabudhe wrote: > Can I add a System to an EquationSystem after it is init()?
This was added in 0.9.5, yes. > Every time I add a System with a different variable name, the number > of DOFs for the new variable get doubled (as seen from print_info() > output). Is this because EquationSystem is already init(). Are you remembering to reinit() after adding the new System? See equation_systems_test.C in the unit tests for an example. If it's still not working, see if you can prepare a test case for us to replicate the problem? Thanks, --- Roy ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
