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

Method getPosition

SRC/domain/domain/DomainModalProperties.cpp:276–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 inline size_t getPosition(int tag) const {
277 auto it = pos.find(tag);
278 if (it == pos.end())
279 DMP_ERR("Cannot find node " << tag << "\n");
280 return it->second;
281 }
282
283 };
284

Callers 7

OPS_LayerFunction · 0.45
ops_addLayerFunction · 0.45
ele_map_tMethod · 0.45
buildSectionFunction · 0.45
buildSectionIntFunction · 0.45
buildSectionThermalFunction · 0.45
buildSectionAsymFunction · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected