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