cudolfinx.mesh

Functions to create distributed meshes on GPUs.

Functions

ghost_layer_mesh(domain)

Add a ghost layer of cells to the given mesh.

ghost_layer_meshtags(meshtags, ghosted_mesh)

Transfer meshtags to ghost layer mesh.

cudolfinx.mesh.ghost_layer_mesh(domain: Mesh)[source]

Add a ghost layer of cells to the given mesh.

cudolfinx.mesh.ghost_layer_meshtags(meshtags: MeshTags, ghosted_mesh: Mesh)[source]

Transfer meshtags to ghost layer mesh.