MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / addMotion

Method addMotion

SRC/domain/pattern/LoadPattern.cpp:954–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954int
955LoadPattern::addMotion(GroundMotion &theMotion, int tag)
956{
957 opserr << "LoadPattern::addMotion() - cannot add GroundMotion - use MultiSupport Pattern instead\n";
958 return -1;
959}
960
961GroundMotion *
962LoadPattern::getMotion(int tag)

Callers 5

OPS_groundMotionFunction · 0.45
UniformExcitationMethod · 0.45
recvSelfMethod · 0.45
TclGroundMotionCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected