MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / test_vtk_mesh

Function test_vtk_mesh

python/test/unit/io/test_vtk.py:448–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446
447
448def test_vtk_mesh():
449 comm = MPI.COMM_WORLD
450 mesh = create_unit_square(comm, 2 * comm.size, 2 * comm.size)
451 V = functionspace(mesh, ("Lagrange", 1))
452 vtk_mesh(V)

Callers

nothing calls this directly

Calls 3

create_unit_squareFunction · 0.90
functionspaceFunction · 0.90
vtk_meshFunction · 0.90

Tested by

no test coverage detected