MCPcopy 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
30def V(mesh):
31 return functionspace(mesh, ("Lagrange", 1))
32
33
34@pytest.fixture

Callers 1

meshFunction · 0.50

Calls 1

functionspaceFunction · 0.90

Tested by

no test coverage detected