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

Method getValue

SRC/material/section/ASDCoupledHinge3D.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64double ASDCoupledHinge3DDomainData::getValue(int i, int j, int k)
65{
66 int idx = i * (numberTheta * numberData) + k * numberTheta + j;
67 return theVector(idx);
68}
69
70void ASDCoupledHinge3DDomainData::setValue(int i, int j, int k, double val)
71{

Callers 4

getRangeNMethod · 0.95
printMethod · 0.95
updateLawsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected