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

Function W

python/test/unit/fem/test_function_space.py:32–34  ·  view source on GitHub ↗
(mesh)

Source from the content-addressed store, hash-verified

30
31@pytest.fixture
32def W(mesh):
33 gdim = mesh.geometry.dim
34 return functionspace(mesh, ("Lagrange", 1, (gdim,)))
35
36
37@pytest.fixture

Callers

nothing calls this directly

Calls 1

functionspaceFunction · 0.90

Tested by

no test coverage detected