On Mon, Oct 19, 2015 at 5:08 PM, Xujun Zhao <[email protected]> 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 simply loop over each node and change their values or there is a > better way to do it? > Yes, you can just move the nodes directly, assuming that makes sense with the rest of your PDE formulation... -- John ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
