compute_vertex_map¶
-
dolfin.mesh.ale.compute_vertex_map(mesh0, mesh1)¶ Compute map from vertices of mesh0 to vertices of mesh1.
- Arguments
- mesh0
- a
Mesh. - mesh1
- a
Mesh.
It is assumed that both meshes have a
MeshFunctionover the vertices named “parent_vertex_indices” which contain a mapping from the local vertices to a common parent vertex numbering.