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