class for instance data More...
#include <bbParaInstance.h>
Public Member Functions | |
BbParaInstance () | |
DO NOT HAVE DATA MEMBER!! More... | |
virtual | ~BbParaInstance () |
destructor More... | |
virtual int | getVarIndexRange ()=0 |
get variable index range TODO: this function should be in inherited class More... | |
Public Member Functions inherited from ParaInstance | |
ParaInstance () | |
DO NOT HAVE DATA MEMBER!! More... | |
virtual | ~ParaInstance () |
destructor More... | |
virtual const char * | getProbName ()=0 |
get problem name More... | |
virtual int | bcast (ParaComm *comm, int rank, int method)=0 |
broadcast function to all solvers More... | |
virtual const std::string | toString ()=0 |
Stringfy this object. More... | |
class for instance data
This class should NOT have any data member.
Definition at line 50 of file bbParaInstance.h.
BbParaInstance | ( | ) |
|
virtual |
destructor
Definition at line 70 of file bbParaInstance.h.
|
pure virtual |
get variable index range TODO: this function should be in inherited class
Implemented in ScipParaInstance, ScipParaInstanceMpi, and ScipParaInstance.
Referenced by BbParaNodesMerger::generateMergeNodesCandidates(), BbParaLoadCoordinator::run(), and BbParaLoadCoordinator::warmStart().