DOLFINx
0.5.1
DOLFINx C++ interface
|
This is the complete list of members for BoundingBoxTree, including all inherited members.
bbox(std::size_t node) const | BoundingBoxTree | inline |
BoundingBoxTree(const mesh::Mesh &mesh, int tdim, const std::span< const std::int32_t > &entities, double padding=0) | BoundingBoxTree | |
BoundingBoxTree(const mesh::Mesh &mesh, int tdim, double padding=0) | BoundingBoxTree | |
BoundingBoxTree(std::vector< std::pair< std::array< double, 3 >, std::int32_t >> points) | BoundingBoxTree | |
BoundingBoxTree(BoundingBoxTree &&tree)=default | BoundingBoxTree | |
BoundingBoxTree(const BoundingBoxTree &tree)=delete | BoundingBoxTree | |
create_global_tree(MPI_Comm comm) const | BoundingBoxTree | |
get_bbox(std::size_t node) const | BoundingBoxTree | |
num_bboxes() const | BoundingBoxTree | |
operator=(BoundingBoxTree &&other)=default | BoundingBoxTree | |
operator=(const BoundingBoxTree &other)=default | BoundingBoxTree | |
str() const | BoundingBoxTree | |
tdim() const | BoundingBoxTree | |
~BoundingBoxTree()=default | BoundingBoxTree |