SST
8.0.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 partitioning
const char* SST::ElementInfoPartitioner::name |
Name of the Partitioner
void(* SST::ElementInfoPartitioner::printHelp)(FILE *output) |
Pointer to a function that will print additional documentation about the partitioner. (optional)