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

Function box

python/test/unit/mesh/test_mesh.py:219–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217
218@pytest.fixture
219def box():
220 return create_box(
221 MPI.COMM_WORLD,
222 [np.array([0, 0, 0]), np.array([2, 2, 2])],
223 [2, 2, 5],
224 CellType.tetrahedron,
225 np.float64,
226 GhostMode.none,
227 )
228
229
230@pytest.fixture

Callers

nothing calls this directly

Calls 2

create_boxFunction · 0.90
arrayMethod · 0.45

Tested by

no test coverage detected