SST  7.1.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

◆ description

const char* SST::ElementInfoPartitioner::description

Brief description of the partitioner

◆ func

partitionFunction SST::ElementInfoPartitioner::func

Function to be called to perform the paritioning

◆ name

const char* SST::ElementInfoPartitioner::name

Name of the Partitioner

Referenced by SST::Factory::hasLibrary(), and SST::SSTInfoConfig::parseCmdLine().

◆ printHelp

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: