|
FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
9 #ifndef _fei_Record_hpp_
10 #define _fei_Record_hpp_
19 template<
typename GlobalIDType>
40 void setID(
const GlobalIDType& ID)
169 template<
class GlobalIDType>
180 template<
class GlobalIDType>
185 offsetIntoEqnNumbers_(0),
187 isInLocalSubdomain_(false),
192 template<
class GlobalIDType>
200 #endif // _fei_Record_hpp_
void setID(const GlobalIDType &ID)
void setOwnerProc(int owner)
bool operator>(const Record< GlobalIDType > &rcd) const
virtual void operator()(Record< GlobalIDType > &record)=0
bool operator!=(const Record< GlobalIDType > &rcd) const
fei::FieldMask * fieldMask_
int offsetIntoEqnNumbers_
int getOffsetIntoEqnNumbers() const
GlobalIDType getNumber() const
Record< GlobalIDType > & operator=(const Record< GlobalIDType > &src)
const fei::FieldMask * getFieldMask() const
void hasSlaveDof(bool flag)
void setNumber(const GlobalIDType &num)
bool operator<(const Record< GlobalIDType > &rcd) const
Record(const Record< GlobalIDType > &src)
void setOffsetIntoEqnNumbers(int offset)
virtual ~Record_Operator()
GlobalIDType getID() const
bool operator==(const Record< GlobalIDType > &rcd) const
void setFieldMask(fei::FieldMask *fm)
fei::FieldMask * getFieldMask()