virtual void applyLoad(double loadfactor)
The load object is to add loadFactor times the load to the corresponding residual value at its associ...
Definition: ElementBodyLoad.cc:59
Base class for body loads over elements.
Definition: ElementBodyLoad.h:43
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: ElementBodyLoad.cc:83
virtual void setDomain(Domain *theDomain)
Sets the pointer to the domain.
Definition: ElementBodyLoad.cc:53
int sendData(CommParameters &cp)
Send data through the channel being passed as parameter.
Definition: ElementBodyLoad.cc:89
virtual int removeElement(int tag)
Removes the element from those affected by the load.
Definition: ElementBodyLoad.cc:71
int recvData(const CommParameters &cp)
Receive data through the channel being passed as parameter.
Definition: ElementBodyLoad.cc:96
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116