Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ Q
Function
Q
python/test/unit/fem/test_function.py:41–43 ·
view source on GitHub ↗
(mesh)
Source
from the content-addressed store, hash-verified
39
40
@pytest.fixture
41
def
Q(mesh):
42
gdim = mesh.geometry.dim
43
return
functionspace(mesh, (
"Lagrange"
, 1, (gdim, gdim)))
44
45
46
def
test_name_argument(W):
Callers
nothing calls this directly
Calls
1
functionspace
Function · 0.90
Tested by
no test coverage detected