get_coordinates¶
-
dolfin.cpp.fem.get_coordinates()¶ Stores mesh coordinates into function
Meshconnectivities d-0, d-1, …, d-r are built on function mesh (where d is topological dimension of the mesh and r is maximal dimension of entity associated with any coordinate node). Consider clearing unneeded connectivities when finished.Parameters: - & position (Function) – (
Function) VectorialLagrangefunction with matching degree and mesh - MeshGeometry & geometry (const) – (
MeshGeometry)Meshgeometry to be stored
Return type: void
- & position (Function) – (