HLIBpro
1.2
|
Partition according to geometrical volume of index sets.
#include <TBSPPartStrat.hh>
Public Member Functions | |
TGeomBSPPartStrat (const bool choose_reg=true) | |
TGeomBSPPartStrat (const TCoordinate *coord, const bool choose_reg=true) | |
virtual void | set_coord (const TCoordinate *coord) |
set coordinate set for indices | |
virtual void | partition (const TNodeSet &dofs, std::vector< uint > &partition, const TBBox &bbox, std::vector< TBBox > &son_bbox, const uint depth) const |
TGeomBSPPartStrat | ( | const bool | choose_reg = true | ) |
ctor with undefined coordinate set (needs to be set by TBSPCTBuilder)
TGeomBSPPartStrat | ( | const TCoordinate * | coord, |
const bool | choose_reg = true |
||
) |
ctor with predefined coordinate set
|
virtual |
partition dofs into sub sets
Implements TBSPPartStrat.