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

Method seteNodeMap

SRC/domain/pattern/drm/DRMInputHandler.cpp:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void DRMInputHandler::seteNodeMap(std::map<int,int>& enodes)
47{
48 double xMin = this->drm_box_Crds[0]; double xMax = this->drm_box_Crds[1];
49 double yMin = this->drm_box_Crds[2]; double yMax = this->drm_box_Crds[3];
50 double zMin = this->drm_box_Crds[4]; double zMax = this->drm_box_Crds[5];
51
52 this->myMesher->allocate_e_Nodes(xMin, xMax,
53 yMin, yMax,
54 zMin, zMax,
55 enodes);
56}
57
58void DRMInputHandler::seteleMap(std::map<int,Element* >& ele, std::map<int,Vector*>& stor, std::map<int,int>& stor2)
59{

Callers 1

setMapsMethod · 0.80

Calls 1

allocate_e_NodesMethod · 0.80

Tested by

no test coverage detected