MCPcopy 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
41def Q(mesh):
42 gdim = mesh.geometry.dim
43 return functionspace(mesh, ("Lagrange", 1, (gdim, gdim)))
44
45
46def test_name_argument(W):

Callers

nothing calls this directly

Calls 1

functionspaceFunction · 0.90

Tested by

no test coverage detected