Re: [Libmesh-users] Moving mesh in libmesh

2015-11-13 Thread Xujun Zhao
Hi all, This is a follow-up about moving mesh operation in libMesh. If I write out the original mesh first, then change the nodal coordinates by loop over each node, finally write out the new moved mesh to a local file. I found that both the original mesh and the moved mesh are in one file. What I

Re: [Libmesh-users] Moving mesh in libmesh

2015-10-19 Thread Xujun Zhao
Thank you, John. I just tried, and it works :-) Xujun On Mon, Oct 19, 2015 at 6:34 PM, John Peterson wrote: > > > On Mon, Oct 19, 2015 at 5:08 PM, Xujun Zhao wrote: > >> Hi all, >> >> I have a problem for particulate flow. If have already calculate the >> velocity on each node of the particle,

Re: [Libmesh-users] Moving mesh in libmesh

2015-10-19 Thread John Peterson
On Mon, Oct 19, 2015 at 5:08 PM, Xujun Zhao wrote: > Hi all, > > I have a problem for particulate flow. If have already calculate the > velocity on each node of the particle, and I want to move mesh according to > the computed displacement at each time step, then how can achieve it? Can I > just