SST  6.0.0
StructuralSimulationToolkit
SST::ElementInfoPartitioner Struct Reference

Describes a Partitioner. More...

#include <element.h>

Data Fields

const char * name
 
const char * description
 
void(* printHelp )(FILE *output)
 
partitionFunction func
 

Detailed Description

Describes a Partitioner.

Field Documentation

const char* SST::ElementInfoPartitioner::description

Brief description of the partitioner

Referenced by SST::SSTInfoElement_PartitionerInfo::getDesc().

partitionFunction SST::ElementInfoPartitioner::func

Function to be called to perform the paritioning

Referenced by SST::Factory::GetPartitioner().

const char* SST::ElementInfoPartitioner::name

Name of the Partitioner

Referenced by SST::SSTInfoElement_PartitionerInfo::getName().

void(* SST::ElementInfoPartitioner::printHelp) (FILE *output)

Pointer to a function that will print additional documentation about the partitioner. (optional)


The documentation for this struct was generated from the following file: