Re: [Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread Xujun Zhao
Thank you very much. I will try. On Tue, Oct 20, 2015 at 10:12 AM, David Knezevic wrote: > On Tue, Oct 20, 2015 at 11:08 AM, Xujun Zhao wrote: > >> Both are very useful to me! >> For the stich_meshes(), how can I know the mesh_boundary_id for each mesh? >> > > You define the boundary IDs when y

Re: [Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread David Knezevic
On Tue, Oct 20, 2015 at 11:08 AM, Xujun Zhao wrote: > Both are very useful to me! > For the stich_meshes(), how can I know the mesh_boundary_id for each mesh? > You define the boundary IDs when you make the mesh, e.g. in meshing software. Or you can add boundary IDs within libMesh via BoundaryIn

Re: [Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread Xujun Zhao
Both are very useful to me! For the stich_meshes(), how can I know the mesh_boundary_id for each mesh? Xujun On Tue, Oct 20, 2015 at 9:08 AM, David Knezevic wrote: > On Tue, Oct 20, 2015 at 10:05 AM, John Peterson > wrote: > >> On Tue, Oct 20, 2015 at 8:00 AM, Xujun Zhao wrote: >> >> > Hi all

Re: [Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread David Knezevic
On Tue, Oct 20, 2015 at 10:05 AM, John Peterson wrote: > On Tue, Oct 20, 2015 at 8:00 AM, Xujun Zhao wrote: > > > Hi all, > > > > Suppose I have several meshes, for example, > > mesh0 associated with particle 0 > > mesh1 associated with particle 1 > > mesh2 associated with particle 2 > > . >

Re: [Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread John Peterson
On Tue, Oct 20, 2015 at 8:00 AM, Xujun Zhao wrote: > Hi all, > > Suppose I have several meshes, for example, > mesh0 associated with particle 0 > mesh1 associated with particle 1 > mesh2 associated with particle 2 > . > > For easier visualization during post processing, I would like to write

[Libmesh-users] merge multiple meshes and write out the data

2015-10-20 Thread Xujun Zhao
Hi all, Suppose I have several meshes, for example, mesh0 associated with particle 0 mesh1 associated with particle 1 mesh2 associated with particle 2 . For easier visualization during post processing, I would like to write all the meshes into one file, so that I can only read this file in Pa