void Print(std::ostream &s, int flag=0) const
Imprime el objeto.
Definition: ElementBodyLoad.cc:83
int sendData(CommParameters &cp)
Send data through the channel being passed as parameter.
Definition: ElementBodyLoad.cc:89
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
int recvData(const CommParameters &cp)
Receive data through the channel being passed as parameter.
Definition: ElementBodyLoad.cc:96
Base class for body loads over elements.
Definition: ElementBodyLoad.h:43
virtual int removeElement(int tag)
Removes the element from those affected by the load. If it fails returns -1.
Definition: ElementBodyLoad.cc:71
================================================================================
Definition: ContinuaReprComponent.h:34
virtual void setDomain(Domain *theDomain)
Asigna a pointer al domain.
Definition: ElementBodyLoad.cc:53