Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
save
Method · 0.45
sendSelf
Method · 0.45
compute
Method · 0.45
test_recorder.py
File · 0.45
compute
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected