HLIBpro
2.4
|
Special partition strategy to optimized nested dissection clustering.
#include <TBSPPartStrat.hh>
Public Member Functions | |
TNDBSPPartStrat (const TSparseMatrix *S, const edgecut_weights_mode_t edgecut_weights_mode=edgecut_weights_off) | |
virtual void | partition (const TCoordinate *coord, const TNodeSet &dofs, TNodeSet &left, TNodeSet &right, const TBBox &bbox, std::vector< TBBox > &son_bbox, const uint depth) const |
TNDBSPPartStrat | ( | const TSparseMatrix * | S, |
const edgecut_weights_mode_t | edgecut_weights_mode = edgecut_weights_off |
||
) |
ctor
|
virtual |
partition dofs into sub sets
Implements TBSPPartStrat.