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.py:30–31 ·
view source on GitHub ↗
(mesh)
Source
from the content-addressed store, hash-verified
28
29
@pytest.fixture
30
def
V(mesh):
31
return
functionspace(mesh, (
"Lagrange"
, 1))
32
33
34
@pytest.fixture
Callers
1
mesh
Function · 0.50
Calls
1
functionspace
Function · 0.90
Tested by
no test coverage detected