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

Method getNode

SRC/element/PFEMElement/BackgroundGrid.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134Node*
135BackgroundGrid::getNode(const GridIndex& index)
136{
137 std::map<GridIndex,GridData*>::iterator it = data.find(index);
138 if (it == data.end()) return 0;
139 return it->second->node;
140}
141
142bool
143BackgroundGrid::hasGrid(const GridIndex& index)

Callers 15

setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45
setDomainMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected