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
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