29 #ifndef EQBasePattern_h 30 #define EQBasePattern_h 32 #include "domain/load/pattern/LoadPattern.h" 33 #include "domain/load/groundMotion/DqGroundMotions.h" 53 inline size_t getNumMotions(
void)
const 54 {
return theMotions.getNumGroundMotions(); }
57 { theMotions.clear(); }
59 virtual void Print(std::ostream &s,
int flag =0);
A LoadPattern object is used to to store reference loads and single point constraints and a TimeSerie...
Definition: LoadPattern.h:93
virtual void Print(std::ostream &s, int flag=0)
Prints load pattern information.
Definition: EQBasePattern.cc:43
Base class for ground motions.
Definition: GroundMotion.h:83
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: EQBasePattern.cc:50
Seismic definitions container.
Definition: DqGroundMotions.h:44
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
int recvData(const CommParameters &)
Receives members through the channel being passed as parameter.
Definition: EQBasePattern.cc:58
Earthquake load pattern.
Definition: EQBasePattern.h:42