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.py:35–37 ·
view source on GitHub ↗
(mesh)
Source
from the content-addressed store, hash-verified
33
34
@pytest.fixture
35
def
W(mesh):
36
gdim = mesh.geometry.dim
37
return
functionspace(mesh, (
"Lagrange"
, 1, (gdim,)))
38
39
40
@pytest.fixture
Callers
nothing calls this directly
Calls
1
functionspace
Function · 0.90
Tested by
no test coverage detected