Comment 4 for bug 1047641

Revision history for this message
Jan Blechta (blechta) wrote : Re: [Bug 1047641] Re: HarmonicSmoothing::move is broken

On Tue, 12 Mar 2013 13:54:43 -0000
Johannes Ring <email address hidden> wrote:
> The submesh demo is disabled because of this bug. Should it be enabled
> again now that this bug has been fixed? I tried to run it but there
> were lots of nan's in the smoothed mesh, which is the same as
> reported in bug #1143977.
>

That's different functionality: HarmonicSmoothing vs MeshSmoothing.
Just remove fluid_mesh.smooth() in demo. Still fluid_mesh is smoothed by
HarmonicSmoothing on line fluid_mesh.move(structure_mesh).

Jan