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

Function test_cell_h

python/test/unit/mesh/test_mesh.py:374–377  ·  view source on GitHub ↗
(c0, c1, c5)

Source from the content-addressed store, hash-verified

372
373@pytest.mark.skip_in_parallel
374def test_cell_h(c0, c1, c5):
375 for c in [c0, c1, c5]:
376 c[0].topology.create_connectivity(c[1], c[1])
377 assert c[0].h(c[1], np.array([c[2]]))
378
379
380def test_cell_h_prism():

Callers

nothing calls this directly

Calls 3

hMethod · 0.80
create_connectivityMethod · 0.45
arrayMethod · 0.45

Tested by

no test coverage detected