dolfinx.plot¶
Support functions for plotting
Functions
Create vtk mesh topology data for mesh entities of a given dimension. |
-
dolfinx.plot.
create_vtk_topology
(mesh: dolfinx.cpp.mesh.Mesh, dim: int, entities=None)[source]¶ -
dolfinx.plot.
create_vtk_topology
(V: dolfinx.fem.function.FunctionSpace, entities=None) Create vtk mesh topology data for mesh entities of a given dimension. The vertex indices in the returned topology array are the indices for the associated entry in the mesh geometry.