54
58
//-----------------------------------------------------------------------------
55
59
void ALE::meanValue(real* new_x, uint dim, Mesh& new_boundary,
56
60
Mesh& mesh, const MeshFunction<uint>& vertex_map,
59
63
// Check if the point is on the boundary (no need to compute new coordinate)
60
64
for (VertexIterator v(new_boundary); !v.end(); ++v)