1 #ifndef _SlaveVariable_hpp_
2 #define _SlaveVariable_hpp_
void addMasterField(int masterField)
void addWeight(double weight)
const std::vector< GlobalID > * getMasterNodeIDs()
std::vector< int > * masterFields_
std::vector< GlobalID > * masterNodes_
const std::vector< double > * getWeights()
const std::vector< int > * getMasterFields()
void setFieldOffset(int foff)
std::vector< double > * weights_
void addMasterNodeID(GlobalID masterNode)
void setNodeID(GlobalID nid)