Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ V
Function
V
python/test/unit/fem/test_function_space.py:27–28 ·
view source on GitHub ↗
(mesh)
Source
from the content-addressed store, hash-verified
25
26
@pytest.fixture
27
def
V(mesh):
28
return
functionspace(mesh, (
"Lagrange"
, 1))
29
30
31
@pytest.fixture
Callers
nothing calls this directly
Calls
1
functionspace
Function · 0.90
Tested by
no test coverage detected