|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file. 1 #ifndef _SlaveVariable_hpp_
2 #define _SlaveVariable_hpp_
std::vector< double > * weights_
std::vector< int > * masterFields_
void addMasterField(int masterField)
void setFieldOffset(int foff)
const std::vector< double > * getWeights()
void setNodeID(GlobalID nid)
const std::vector< int > * getMasterFields()
const std::vector< GlobalID > * getMasterNodeIDs()
void addMasterNodeID(GlobalID masterNode)
void addWeight(double weight)
std::vector< GlobalID > * masterNodes_