Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
448
def
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_square
Function · 0.90
functionspace
Function · 0.90
vtk_mesh
Function · 0.90
Tested by
no test coverage detected