On Wed, 10 Dec 2008, Yujie wrote: > Regarding the FE type of the dynamic vector, to my application, it is > from the solution vector.
In *every* application it is the same FE type as the solution vector. That's how the library decides how many degrees of freedom to allocate, how to project the solutions when there's mesh refinement, and so on. If another application is trying to store non-FEM data with add_vector(), that's their bug and the library doesn't need to worry about it. > However, to other applications, we don't know > whether the users use it to save the old solution. If the users use the > vectors added by add_vector() to save other values, it will generate > unpredictable results, right? Whether the output is physically meaningful and important is up to the user, true, but it would never be unpredictable. --- Roy ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
