I get area of each element using function GetAreas(md.mesh.elements,md.mesh.x,md.mesh.y), now I want to use area weighting to compute misfit ,such as velocity misfit, however velocity is in vertices, the number of area and velocity is not equal, I can't mutily them dirctly. How to convert areas(with number of elements) to vertice?