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

Method append

SRC/domain/domain/DomainModalProperties.cpp:117–119  ·  view source on GitHub ↗

append a new triplet

Source from the content-addressed store, hash-verified

115
116 // append a new triplet
117 inline void append(int i, int j, double value) {
118 triplets.push_back({ i, j, value });
119 }
120
121 // get a value, returns 0.0 if not found
122 inline double get(int i, int j) const {

Callers 5

saveMethod · 0.45
sendSelfMethod · 0.45
computeMethod · 0.45
test_recorder.pyFile · 0.45
computeMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected