class ElementalLoad : public Load


Inheritance:


Public Methods

ElementalLoad(int elementTag, int tag, int classTag)
ElementalLoad(int classTag)
~ElementalLoad()
virtual int getElementTag(void) const

Inherited from Load:

Public Methods

virtual void applyLoad(double loadfactor)
virtual void setLoadPatternTag(int loadPaternTag)
virtual int getLoadPatternTag(void) const

Inherited from DomainComponent:

Public Methods

virtual void setDomain(Domain *theDomain)
virtual Domain* getDomain(void) const
virtual int displaySelf(Renderer &, int displayMode, float fact)
virtual int setParameter(char **argv, int argc, Information &eleInformation)
virtual int updateParameter(int responseID, Information &eleInformation)

Inherited from TaggedObject:

Public Methods

inline int getTag(void) const
virtual void Print(ostream &s, int flag =0)
friend ostream& operator<<(ostream &s, TaggedObject &m)
inline int TaggedObject::getTag(void) const

Protected Methods

void setTag(int newTag)

Inherited from MovableObject:

Public Methods

int getClassTag(void) const
int getDbTag(void) const
void setDbTag(int dbTag)
virtual int sendSelf(int commitTag, Channel &theChannel)
virtual int recvSelf(int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)

Documentation

ElementalLoad is an abstract class, i.e. no instances of ElementalLoad will exist. The ElementalLoad class provides the interface that all ElementalLoad writers must provide when introducing new ElementalLoad classes.

ElementalLoad(int elementTag, int tag, int classTag)

Provided to allow subclasses to construct an ElementalLoad object associated with the Element whose unique identifier in the Domain will be elementTag. The integers tag and and classTags are passed to the Load constructor.

ElementalLoad(int classTag)

Provided so that a FEM_ObjectBroker can construct an object. 0 and classTag are passed to the Load classes constructor. The data for the object is filled in when recvSelf() is invoked on the object.

~ElementalLoad()

Does nothing. Provided so that the ElementalLoad subclasses destructor will be called.

virtual int getElementTag(void) const

Returns the integer elementTag passed in the constructor


This class has no child classes.

alphabetic index Contents

this page has been generated automatically by a slightly modified version of doc++ for OpenSees

Copyright Contact Us