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