Don't treat them as separate meshes. Get the values you want on the coarse mesh and then uniform_refine() it in libMesh as many times as you want... libMesh will automatically project the solution on the the finer meshes each time you call EquationSystems::reinit(). Then start solving on that fine mesh...
Derek On Sat, May 28, 2016 at 4:32 PM Pepijn Kessels <[email protected]> wrote: > Hi there, > > I have a coarse structured mesh, and a couple more that are integer > refinements of it. I have the solution for the coarse mesh and could not > find if libMesh has the possibility to interpolate this solution onto the > finer meshes. That would be nice since I can then use that as an initial > solution for solving the finer meshes, saving me a lot of time. Any help > would be appreciated. > > Kind regards, > > Pepijn > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
