20 #ifndef LIBMESH_MESH_SMOOTHER_LAPLACE_H 21 #define LIBMESH_MESH_SMOOTHER_LAPLACE_H 72 void smooth(
unsigned int n_iterations);
104 std::vector<std::vector<dof_id_type>>
_graph;
110 #endif // LIBMESH_MESH_SMOOTHER_LAPLACE_H std::vector< std::vector< dof_id_type > > _graph
virtual void smooth() override
void print_graph(std::ostream &out=libMesh::out) const
virtual ~LaplaceMeshSmoother()
Base class for Replicated and Distributed meshes.
LaplaceMeshSmoother(UnstructuredMesh &mesh)
OStreamProxy out(std::cout)