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

Method setMaps

SRC/domain/pattern/drm/DRMLoadPattern.cpp:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void
59DRMLoadPattern::setMaps()
60{
61 this->myHandler->seteNodeMap(this->eNodes);
62 this->myHandler->seteleMap(this->elem,this->storage,this->storage2);
63}
64
65void
66DRMLoadPattern::applyLoad(double time)

Callers 5

DRMLoadPatternMethod · 0.95
TclPatternCommandFunction · 0.80
TclPatternCommandFunction · 0.80
TclCommand_addPatternFunction · 0.80
TclPatternCommandFunction · 0.80

Calls 2

seteNodeMapMethod · 0.80
seteleMapMethod · 0.80

Tested by

no test coverage detected