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