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

Function new_comm

python/test/unit/mesh/test_mesh.py:235–238  ·  view source on GitHub ↗
(comm)

Source from the content-addressed store, hash-verified

233
234
235def new_comm(comm):
236 new_group = comm.group.Incl([0])
237 new_comm = comm.Create_group(new_group)
238 return new_comm
239
240
241def test_UFLCell(interval, square, rectangle, cube, box):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected