Hi all, Well, the subject line says it all. But here is more to give a better context to the problem.
Assume that a multi-physics problem or a problem with single system on a staggerred grid (velocity, pressure on different meshes) needs to be solved. Since the Mesh is always associated with EquationSystems and the association of a LinearImplicitSystem or NonlinearImplicitSystem to the EquationSystems is how the description of the problem mesh is made, you can quickly see that without a constructor for the System class to take its own mesh object, there is an inherent difficulty in associating 2 meshes to the same problem. I hope that wasn't confusing. I could have possibly overlooked something important. I would appreciate it if someone can point out ways to do this elegantly with the existing design intact. Thanks in advance, Vijay ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
