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

Method Zero

DEVELOPER/core/ID.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203void
204ID::Zero(void)
205{
206 for (int i=0; i<sz; i++)
207 data[i] =0;
208}
209
210int
211ID::getLocation(int value) const

Callers 15

Truss2D.cppFile · 0.45
setPressureMethod · 0.45
setPdotMethod · 0.45
zeroTangentMethod · 0.45
zeroResidualMethod · 0.45
FE_Element.cppFile · 0.45
revertToStartMethod · 0.45
zeroTangentMethod · 0.45
zeroUnbalanceMethod · 0.45
OPS_NodeFunction · 0.45
NodeMethod · 0.45
zeroUnbalancedLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected