dolfinx.cpp.geometry

Geometry module

Classes

BoundingBoxTree_float32(self, mesh, dim, ...)

BoundingBoxTree_float64(self, mesh, dim, ...)

class dolfinx.cpp.geometry.BoundingBoxTree_float32(self, mesh: dolfinx.cpp.mesh.Mesh_float32, dim: int, entities: ndarray[dtype=int32, writable=False, shape=(*), order='C'], padding: float)

Bases: object

create_global_tree
get_bbox
property num_bboxes

(self) -> int

class dolfinx.cpp.geometry.BoundingBoxTree_float64(self, mesh: dolfinx.cpp.mesh.Mesh_float64, dim: int, entities: ndarray[dtype=int32, writable=False, shape=(*), order='C'], padding: float)

Bases: object

create_global_tree
get_bbox
property num_bboxes

(self) -> int