Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ needUpdate
Method
needUpdate
SRC/element/PFEMElement/Particle.h:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
void setGroupTag(int tag) { this->gtag = tag; }
65
66
void needUpdate(double dt) {
67
updated = false;
68
this->dt = dt;
69
}
70
71
const VDouble &getCrds() const { return coord; }
72
Callers
1
moveParticles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected