| SST
    7.2.0
    StructuralSimulationToolkit | 
Describes a Partitioner. More...
#include <element.h>
| Data Fields | |
| const char * | name | 
| const char * | description | 
| void(* | printHelp )(FILE *output) | 
| partitionFunction | func | 
Describes a Partitioner.
| const char* SST::ElementInfoPartitioner::description | 
Brief description of the partitioner
| partitionFunction SST::ElementInfoPartitioner::func | 
Function to be called to perform the paritioning
| const char* SST::ElementInfoPartitioner::name | 
Name of the Partitioner
Referenced by SST::Factory::hasLibrary(), and SST::SSTInfoConfig::parseCmdLine().
| void(* SST::ElementInfoPartitioner::printHelp) (FILE *output) | 
Pointer to a function that will print additional documentation about the partitioner. (optional)