Have a look at miscellaneous_ex10. That stitches separate meshes together
to form one mesh. It sounds very similar to what you're asking about, so
maybe you can use that approach.

David


On Wed, Apr 27, 2016 at 4:46 PM, Pepijn Kessels <pepijnkess...@gmail.com>
wrote:

> Hi there,
>
> I'm trying to import a structured mesh for the 2D backward facing step
> problem given on the nasa site. I transformed the original plot3d format
> into exodus format using paraview. I could import the mesh into libMesh
> without problems, but I ran into some issues when trying to run a
> simulation.
>
> The problem is that the mesh is comprised of 4 subdomains and they are not
> stitched together, but seen as seperate entities. I read somewhere on the
> forum that if the nodes on the boundary exactly overlap (which they do)
> they should automatically be stitched together. I also tried to manually
> stitch the seperate subdomains together using "stitch_meshes" , but this
> did not work either as it did not find any nodes on the boundary. I suppose
> my problem is that boundary information is missing on this mesh. Is there
> a(n) (easy) way to fix this, such that the 4 subdomains are seen as one
> domain?
>
> Kind regards,
>
> Pepijn
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications
> Manager
> Applications Manager provides deep performance insights into multiple
> tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> Libmesh-users mailing list
> Libmesh-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/libmesh-users
>
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to