MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / test_clone

Function test_clone

python/test/unit/fem/test_function_space.py:166–167  ·  view source on GitHub ↗
(W)

Source from the content-addressed store, hash-verified

164
165
166def test_clone(W):
167 assert W.clone() is not W
168
169
170def test_collapse(W, V):

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.80

Tested by

no test coverage detected