52 #ifndef ElementalLoad_h 53 #define ElementalLoad_h 60 #include "domain/load/Load.h" 84 int numElements(
void)
const;
85 int setElementTags(
const ID &theEleTags);
86 virtual const ID &getElementTags(
void)
const;
Base class for loads over nodes or elements.
Definition: Load.h:78
int recvData(const CommParameters &cp)
Receive data through the channel being passed as parameter.
Definition: ElementalLoad.cpp:87
Base class for loads over elements.
Definition: ElementalLoad.h:73
ID elemTags
Tags of loaded elements.
Definition: ElementalLoad.h:76
int sendData(CommParameters &cp)
Send data through the channel being passed as parameter.
Definition: ElementalLoad.cpp:79
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34