150
150
void coarsen(MeshFunction<bool>& cell_markers, bool coarsen_boundary = false);
152
152
/// Move coordinates of mesh according to new boundary coordinates
153
void move(Mesh& boundary, const MeshFunction<uint>& vertex_map, const MeshFunction<uint>& cell_map, ALEMethod method=lagrange);
155
155
/// Smooth mesh using Lagrangian mesh smoothing