At this point, I have a 3D fluid mesh, along with the structure that is modeled with shell elements (so primarily a 2D structural mesh, which isn't yet the bottleneck).
I don't necessarily care about whether it is 2D or 3D extraction, as long as I can create a MeshFunction with it and use the system solution for data transfer. I looked into the BoundaryMesh and BoundaryInfo::sync() method and it seems to provide this functionality. Although I havn't had a chance to look into how this BoundaryMesh would get associated with a MeshFunction. Is this what you had in mind? Thanks, Manav On Thu, Sep 5, 2013 at 2:50 PM, Kirk, Benjamin (JSC-EG311) < [email protected]> wrote: > So say the fluid domain and solid domain are both 3D, are you hoping to > serialize the 2D manifold that connects the two? Or the 3D elements whose > support intersects the shared boundary? > > There is a convenient mechanism to extract the manifold, if that is what > you're looking for. > > > > On Sep 5, 2013, at 1:43 PM, "Manav Bhatia" <[email protected]> wrote: > > > Hi, > > > > Is it possible to "serialize" only a subset of elements on the boundary > > of a mesh to all processors, instead of all the elements that > MeshSerialize > > works with? > > > > I am working on a fluid-structure interaction problem where both my > > fluid and structure mesh are ParallelMesh objects and keeping a complete > > copy of the mesh (via MeshSerialize) for the MeshFunction object is > turning > > out to be a memory bottleneck for larger cases. > > > > Any comments would be appreciated. > > > > Thanks, > > Manav > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Libmesh-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
