Re: [Libmesh-users] Working with 2 meshes

2014-09-02 Thread David Knezevic
You could use a MeshFunction in which you "localize" the solution vector of the system you want to access. That is, you can do system.solution->localize( global_solution_vec ), and then use global_solution_vec in your MeshFunction. You can then evaluate the MeshFunction on any element (not just

[Libmesh-users] Working with 2 meshes

2014-09-02 Thread Harshad Sahasrabudhe
Hi, I need help with transferring data between 2 meshes. I have one mesh for an equation system and another mesh (which is on a sub-domain of the first mesh) for a second equation system. Both the meshes are parallelized over all the available processors. Now, I need to get the solution from secon