Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setAccel
Method
setAccel
SRC/element/PFEMElement/Particle.h:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
void setPressure(double p) { pressure = p; }
59
60
void setAccel(const VDouble &accel) { this->accel = accel; }
61
62
void setPdot(double pdot) { this->pdot = pdot; }
63
Callers
2
addParticle
Method · 0.45
interpolate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected