virtual void MeshSmoother::smooth () [pure virtual]Function which actually performs the smoothing operations. In this abstract base class, this function does nothing.
Implemented in LaplaceMeshSmoother, and VariationalMeshSmoother.
Member Data Documentation
UnstructuredMesh& MeshSmoother::_mesh [protected]
Definition at line 70 of file mesh_smoother.h.
Referenced by VariationalMeshSmoother::adjust_adapt_data(), LaplaceMeshSmoother::init(), VariationalMeshSmoother::readgr(), VariationalMeshSmoother::smooth(), LaplaceMeshSmoother::smooth(), and VariationalMeshSmoother::writegr().
Author
Generated automatically by Doxygen for libMesh from the source code.