#include <bounding_volume_tree.h>
Class Description:
- Abstract class for the spliting of nodes used for constructing the bounding volume tree in top-down approach
- The derivative of this class must implement the sub-routine Partition, where the set of elemental Ids is splitted in 2 parts.
◆ ConditionsContainerType
◆ GeometryType
◆ NodeType
◆ PointType
◆ BoundingVolumePartitioner()
Kratos::BoundingVolumePartitioner::BoundingVolumePartitioner |
( |
| ) |
|
|
inline |
◆ ~BoundingVolumePartitioner()
Kratos::BoundingVolumePartitioner::~BoundingVolumePartitioner |
( |
| ) |
|
|
inline |
◆ ComputeCentroid()
void Kratos::BoundingVolumePartitioner::ComputeCentroid |
( |
GeometryType & |
rGeometry, |
|
|
double |
C[3] |
|
) |
| |
|
inline |
◆ KRATOS_CLASS_POINTER_DEFINITION()
◆ Partition()
The documentation for this class was generated from the following file: